/*preload classes*/ 
.svw {width: 713px; height: 449px; background: transparent;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;   
margin: 0 0 0 0; 
padding-bottom:0px;
/*border:1px solid #1a1a1a;*/
width:51px;
height:450px;
float:right;
} 
.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; 
width: 1%; 
padding-top:11px;
padding-bottom:5px;
padding-right:0px;
margin-right:0px;
margin-top:24px;
float:right;
border-top:1px solid #888888;
margin-bottom:12px;
} 
.stripTransmitter ul { 
margin: 0; 
position: relative; 
list-style-type: none; 
float:left;
padding-right:0px;
padding-top:0px;
padding-left:0px;
line-height:25px;
} 
.stripTransmitter ul li{ 
width: 20px; 
padding-bottom: 0px; 
padding-top:0px;
padding-left:2px;
padding-right:4px;
display:inline;
padding-left:0px;
border:none;
margin:0;
} 

.stripTransmitter a:link, .stripTransmitter a:visited {
width:19px;
line-height:19px;
border: 1px solid #3e3e3e;
font: normal 11px arial,sans-serif;
text-decoration:none;
padding:2px 5px;
color: #3e3e3e;
}

.stripTransmitter a:hover{
width:19px;
line-height:19px;
border: 1px solid #999999;
font: normal 11px arial,sans-serif;
text-decoration:none;
padding:2px 5px;
color: #999999;
}

.stripTransmitter a:active, .stripTransmitter a.selected{
width:19px;
line-height:19px;
border: 1px solid #ffffff;
font: normal 11px arial,sans-serif;
text-decoration:none;
padding:2px 5px;
color: #ffffff;
outline:none;
}



 
/*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; 
} 
