
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 0px;   
margin: 0 0 0px 0; 
} 

.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 { 
 position:relative;
 overflow: auto; 
 width: 1%; 
 margin-right:1px;
 top:-21px;
 } 
 
 .stripTransmitter ul { 
 margin: 0; 
 padding: 0; 
 position: relative; 
 list-style-type: none; 
 } 
 
 .stripTransmitter ul li{
 
	width: 20px;
	float: left;
	margin: 0 0px 0px 0;
} 
 
 .stripTransmitter a{ 
 font:  15px terminal; 
 text-align: center; 
 line-height: 22px; 
 background:#ffffff; 
 left: 0;  
 margin-right:1px;
 color: #24110B; 
 text-decoration: none; 
 display: block; 
 } 
 
 .stripTransmitter a:hover, a.current{ 
 background: #ffCC00; 
 color: #000000; 
 font-weight: normal;
 } 
 
  