/*preload classes*/
 .svw {
 	width: 50px; 
	height: 120px;
	display:block;
	
	margin:50px;

 } 
 .svw ul {
	margin:0px ;
	display:block;
	float:right;
	clear:both;


 } 
  .svw ul li {
  	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%;
	 height:50px;
	 float:right;
 
 
 
 } 
 .stripTransmitter ul { 
	 margin: 0; 
	 padding: 0; 
	 list-style-type: none;
	 float:right;
	 
} 
 .stripTransmitter ul li{ 
	 width: 18px; 
	 float:left; 
	 margin: 0 1px 1px 0;
	 list-style:none;
	 border:#FFFFFF solid thin;
 
 } 
 .stripTransmitter a{ 
	 font: bold 10px Verdana, Arial; 
	 text-align: center; 
	 line-height: 20px; 
	 background-color:#FF9900;
	 color:#FFFFFF;
	 text-decoration: none; 
	 display: block; 
 } 
 .stripTransmitter a:hover, a.current{
 background-color:#FFFFFF;
 color:#FF9900;

 } 
 /*tooltips formatting*/ 
 .tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; } 
