/*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; 
} 
.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: 15px;
height: 15px;
text-align: center;  
color: #938f90; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
color: #938f90; 
background: url(images/gallery_hover2.gif) no-repeat;
} 

.ldrgif {
	height: 16px;
	width: 16px;
	text-align: center
}