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

/*preload classes*/ 
.svw {width: 587px; height: 319px; /*background: #fff;*/} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
/*border: 5px solid #ff0000;   */
margin: 0 0 20px 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 { 
overflow: auto;
overflow:hidden; 
width: 1%;
margin:0;
padding:0;
} 
.stripTransmitter ul { 
margin: 0; 
padding:0;
left:548px;  
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 9px; 
float:left; 
padding: 0 0 0 4px; 
} 
.stripTransmitter a{ 
font-size:8px; 
text-align: center; 
line-height: 9px; 
text-decoration: none; 
display: block;
color:#3e3e3e;
background:url(../images/greygreenDot.gif) bottom right no-repeat;
padding:0;
margin:0;
} 

.stripTransmitter a:hover, a.current{ 
font-size:8px; 
text-align: center; 
line-height: 9px; 
text-decoration: none; 
display: block;
padding:0;
margin:0;
background:url(../images/greygreenDot.gif) top right no-repeat;
color: #649196;
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
}