.floatLeft{ 
   float: left; 
   margin-right: 10px;
}
.floatRight{ 
   float: right; 
}
.clear{ 
   lear: both; 
}
#page-wrap { 
   width: 480px; 
   margin: 0px auto 10px auto; 
   position: relative; 
   min-height: 335px;
   background:#f2f0f0;
  }
.slider-wrap{ 
   width: 470px; 
   height:278px;
   position: absolute; 
   top: 5px;
   left:5px; 
}			
.panelContainer .panel ul{ 
   text-align: left;
}
.stripViewer { 
   position: relative; 
   overflow: hidden; 
   width: 465px; 
   height: 283px;
   overflow:hidden;
}
.stripViewer .panelContainer{ position: relative; 
   left: 0; 
   top: 0; 
}
.panelContainer .panel{ 
   float: left; 
   height: 100%; 
   position: relative; 
   width: 470px; 
   
}
.stripNavL, .stripNavR, .stripNav{ 
   display: none; 
}
.nav-thumb{ 
   border: 1px solid #888888; 
   margin-right:5px;
 }

#movers-row div	{ 
   width: 62px; 
   float: left; 
   margin-left:5px;
}
#movers-row div a.cross-link { 
   float: right; 
}
.data{ 
   background: url(../images/transpBlack.png); 
   padding: 5px 10px; height: 62px; 
   margin-top: -77px; 
   position: relative; 
   
   color: #ffffff;
   font-size:10px;
   line-height:12px;
}
 .data a{
     font-size:10px;
	 color:#FFFFFF;
	 text-decoration:none;
 }
 .data a span{
    color:#53c925;
	font-size:16px;
	line-height:normal;
	margin:0 0 3px 0;
	letter-spacing:normal;
	text-decoration:none;
	display:block;
 }
.cross-link{ 
   display: block; 
   width: 62px; 
   margin-top: -12px; 
   position: relative; 
   padding-top: 12px; 
   float:left;
}
.active-thumb { 
   background: transparent url(../images/icon-arrowtop.png) top center no-repeat; 
 }




