/*preload classes*/ 
.svw {width: 485px; height: 285px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
margin: 0 0 1px 0; 
overflow:hidden;
} 
.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 {  
margin: 0; 
padding: 0; 
float:left; 
width:485px;
height:280px;
background-color:#fff;
} 
.stripTransmitter { 
width: 1%;
text-align: center;
display: block;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
margin-top:3px;
} 
.stripTransmitter ul li{ 
width: 15px; 
float:left; 
margin: 0 10px 1px 0;
list-style:none;
border:1px solid #36393D;
} 
.stripTransmitter a:link{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 14px; 
background-color:#fff;
color: #36393D; 
text-decoration: none; 
display: block; 
height:15px;
} 
.stripTransmitter a:hover{ 
background-color: #36393D; 
color: #fff;
display: block;
text-decoration: none; 
} 
.stripTransmitter a.current:link{ 
color: #ffffff;
background-color: #36393D;
display: block;
text-decoration: none; 
}
.stripTransmitter a.current:visited{ 
color: #ffffff;
background-color: #36393D;
display: block;
text-decoration: none; 
}  
#story{
	border:1px solid #C1BFBF;
}
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {   
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
