/*preload classes*/ 
.svw {width: 16px; height: 16px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 

/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
margin: 3px 0 1px 3px;
*margin: 5px 0 1px 5px;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 

} 

.stripViewer ul li {  
float:left; 
} 

.stripTransmitter ul { 
float: left;
margin: 9px 0 0 0;
padding: 0; 
list-style-type: none;
} 

.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 5px 0; 
} 

.stripTransmitter a{ 
width: 17px;
height: 17px;
text-align: center;  
color: #938f90; 
text-decoration: none; 
display: block; 
}

.stripTransmitter a.current{ 
background: url(../images/thumb-current.png) no-repeat; 
color: #FFFFFF;

} 
 
.stripTransmitter a:hover{ 
color: #FFFFFF;
background: url(../images/thumb-over.png) no-repeat; 
} 

.ldrgif {
	margin: 50px 0 0 10px;
	text-align: center
}