/*preload classes*/ 
.svw { 
	position: relative; 
	z-index: auto !important;
} 
.svw ul {
	position: relative; 
	z-index: auto !important;
	float: left; 
	left: -999em;
	padding: 0 !important;
	margin: 0 !important;
	} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	z-index: 2;
	overflow: hidden;  
	padding: 0 !important;
	margin: 0 !important;
	width: 910px !important;
	} 
	
.stripViewer ul { /* this is your UL of images */ 
	position: relative; 
	z-index: 2;
	padding: 0 !important;
	margin: 0 !important;
	} 
	
.stripViewer ul li {  
	position: relative; 
	z-index: 2;
	float:left; 
	padding: 0 !important;
	margin: 0 !important;
	} 
	
.stripViewer ul img{  
	position: relative;
	z-index: 3;
	} 
	
#stripTransmitter0{ 
	width: 100% !important;
	clear: both;
	} 
	
.stripTransmitter ul { 
	position: absolute;
	z-index: 999;
	bottom: 0px;
	right: 0px;
	border-top: 2px solid #F48D07;
	border-left: 2px solid #F48D07;
	background: #FFFFFF;
	} 
	
.stripTransmitter ul li{ 
	width: 20px; 
	height: 20px;
	float:left; 
	margin: 0 1px 1px 0; 
	} 
	
.stripTransmitter a{ 
	text-align: center; 
	background: #ffffff; 
	text-decoration: none; 
	display: block; 
	font-size: 15px !important;
	} 
	
.stripTransmitter a:hover, a.current{ 
	background: #fff; 
	color: #F48D07; 
	font-weight: bold;
	font-size: 15px !important;	
	} 
 
/*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; 
	} 
