/*preload classes*/ 
.svw {width: 16px; height: 16px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
margin: 7px 0 0px 8px; 
} 
.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: 18px;
	text-align: center;
	color: #67bdca;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 4px;
	margin-top: 1px;
} 
.stripTransmitter a:hover, a.current{
	color: #86d8e3;
	background: url(images/gallery_hover.png)  no-repeat;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 5px;
	height: 18px;
	background-position: bottom 0;
	line-height: 2;
} 

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

