﻿

/*preload classes*/ 
.svw {width:50px; height:20px; background:#ffffff; direction:ltr;} 
.svw ul {position:relative; left:-999em; direction:ltr;} 

/*core classes*/ 
.stripViewer 		 {  direction:ltr;position: relative; overflow: hidden;  border:0px;   margin:0px 0px 1px 0px; } 
.stripViewer ul	 	 { direction:ltr;/* this is your UL of images */ background-image:none; list-style-image:none; margin: 0px; padding: 0px; position: relative; left: 0; top: 0; width: 1%; list-style-type: none; } 
.stripViewer ul li 	 { direction:ltr;float:left; background-image:none; list-style-image:none; list-style:none; margin-top:0px; margin-bottom:0px; margin-right:0px; padding-right:0px; } 

.stripTransmitter 	 { direction:ltr;overflow: auto; width: 1%; } 
.stripTransmitter ul { direction:ltr; background-image:none; list-style-image:none; margin:0px; padding:0px; position:relative; list-style-type:none; } 
.stripTransmitter ul li{ direction:ltr;background-image:none; list-style-image:none; width:10px; float:left; margin:0px 1px 1px 0px; } 
.stripTransmitter a	 { font: bold 10px Verdana, Arial; text-align:center; line-height:24px; width:23px; background:#ffffff; background-image:url(bg_number.gif); color:#5c9bd4; text-decoration: none; display: block; } 
.stripTransmitter a:hover, a.current{ background:#ffffff; color:#8db9e1; background-image:url(bg_number_on.gif);}  

/*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; } 
