.stripViewer .panelContainer .panel ul {

}
.stripViewer {
 position: absolute; 
 overflow: hidden; 
 width: 954px; 
 height: 469px;
}
.stripViewer .panelContainer  {
 position: relative; 
 left: 0; 
 top: 0; 
}
.stripViewer .panelContainer .panel 	{
 float: left; 
 height: 100%; 
 position: relative; 
 width: 954px; 
}
.stripNavL, .stripNavR, .stripNav 	{
 display: none; 
}
.cross-link {
 padding: 5px 8px;
 display: block;
 background: #fff;
 line-height: 1em;
 font-size: 15px;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 -moz-border-radius: 1px;
 -webkit-border-radius: 1px;
}
.nav-thumb  {
}
.active-thumb  {
 background: #0e424d; 
 color: #fff;
 border-color: #082128;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}
#movers-row {
 	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
 position: absolute;
 right: 24px;
 bottom: 24px;
}
#movers-row li {
 float: left;
}
#movers-row a.cross-link   {
 float: right; 
}