/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff; overflow: hidden;}
.svw ul {position: relative; left: -999em;}

#mygalone { margin:10px 0 0 10px; width:480px; height:300px; overflow:hidden;}
	
/*core classes*/
.stripViewer { 
clear:both;
position: relative;
overflow: hidden; 
margin: 0 0 0px 0; 
height:320px;
width:480px;

}
.stripViewer ul { 
position: relative;
left: 0;
top: 0;
padding-left:0;
margin-left:0;
margin-top:0;  
padding-top:0;
width: 100%;
list-style-type: none;   
overflow:hidden;   
}

.stripViewer ul li a {padding-bottom:0;} 


.stripViewer li { 
float:left; 
padding-bottom:0px;
}  

.stripTransmitter {
clear: left;    
margin-left:10px;
}    
.stripTransmitter ul {
position: relative;
list-style-type: none; 
padding:0;
margin:0;
width:480px;
background: #d1caaa;   
display:block; 
height:20px;

}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;  
padding:0;
}
.stripTransmitter a{
font-weight:bold;
text-align: center;
background: #d1caaa;
color: #fff; 
line-height:20px;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #d1caaa;
}

/*tooltips formatting */
#tooltip {
background: #fff;
color: #000;
opacity: 0.85;
border: 5px solid #dedede;  
width:200px;
}
#tooltip h3 { 
margin: 0; 
font-size:11px; 
padding: 6px 2px; 
border: 0;
}