/*preload classes*/ 
.svw {width: 50px;height: 20px;background: #fff;}
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 

/*	stripViewer		*/
/*
	margin:0; 
	padding:0;
	
	list-style: none; 
	list-style-type: none; 
*/ 
.stripViewer {  
	overflow: hidden;  
	margin: 0 0 3px 0; 
	border: 1px solid #ccc;
} 
* html .stripViewer {  
	margin: 0 0 2px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
	position: relative; 
	left: 0; 
	top: 0; 
	margin:0; 
	padding:0;
	xwidth: 1%; 
	xbackground-color:yellow;
} 
.stripViewer ul li {  
	float:left; 
	margin:0;
        padding:0;
	xbackground-color:red;	
	background-image:none;
	list-style:none;
	border:none;
} 
.stripViewer ul li img{
	border:none;
	width:300px;
	height:300px;
}
.stripTransmitter { 
	xoverflow: auto; 
	xwidth: 1%; 
} 

/*	stripTransmitter		*/

.stripTransmitter {
} 
.stripTransmitter ul { 
	margin:0; 
	padding:0;
} 
.stripTransmitter ul li{ 
	float:left; 
	margin:0; 
	padding:0;
	background-image:none;
	list-style:none;
} 
.stripTransmitter ul li a{ 
	display:block;
} 
.stripTransmitter ul li img{ 
	margin:0 3px 3px 0;
	border: 1px solid #ccc;
	width:80px;
	height:80px;
} 

* html .stripTransmitter ul li img{ 
	margin:0 2px 2px 0;
} 

/*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; 
} 

