/*preload classes*/
 .svw {
 	width: 50px; 
	height: 120px;
	display:block;
	margin:50px;

 } 
 .svw ul {
	
	display:block;
	float:right;
	clear:both;


 } 
  .svw ul li {
  	list-style:none;
	list-style-type:none;
  
  }
  .svw ul li a{
  	list-style:none;
	list-style-type:none;
  
  }
 /*core classes*/ 
 .stripViewer { 
  overflow: hidden; 
  border: 5px solid #ff0000; 
  margin: 100px 0 1px 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; 
	 width: 1%;
	 float:left;
 } 
 #stripTransmitter0 { 
	 overflow: auto; 
	 width: 1%;
	 height:auto;
	 float:left;
	 width:100px;
	 

 } 
 .stripTransmitter ul { 
	 margin: 0; 
	 padding: 0; 
	 list-style-type: none;
	 float:right;
	 height:auto;
	 
} 
 .stripTransmitter ul li{ 
	 width: 12px;
	 
	 float:left; 
	 margin: 0 1px 1px 0;
	 list-style:none;
	 border:#FFFFFF solid thin;
	 
 
 } 
 .stripTransmitter a{ 
	 font: bold 10px Verdana, Arial; 
	 text-align: center; 
	 background-color:#666666;
	 color:#666666;
	 text-decoration: none; 
	 display: block;
	 width: 12px;
	 height: 12px;  
 } 
 .stripTransmitter a:hover, a.current{
 background-color:#990000;
 color:#990000;
  display: block;
	 width: 12px;
	 height: 12px;  

 } 
 /*tooltips formatting*/ 
 .tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; } 