@charset "utf-8";
/* CSS Document */

/*preload classes*/ 
.svw {width: 50px; height: 20px;} 
.svw ul {position: relative; left: -989em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
top:-45px;
left:-10px;
overflow: hidden;   
margin: 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative;  
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 

.stripTransmitter {
position:relative;
top:-55px;
width: 100px;
z-index:998; 
} 
.stripTransmitter ul { 
position: relative;
list-style-type: none; 
margin: 0px 14px 0 0;
padding:0;
float: right;
} 
.stripTransmitter ul li{
width:auto; 
float:left; 
margin: 10px 5px 10px 5px; 
} 
.stripTransmitter a{
width:25px;
height:25px;
background:url(../images/btn-photos.png) no-repeat;
font: bold 14px "lucida sans",arial, sans-serif; 
text-align: center; 
line-height: 27px; 
color: #cf4c18; 
text-decoration: none; 
display: block;
 
} 
.stripTransmitter a:hover, a.current{ 
color: white; 
} 




