/*preload classes*/ 
.svw {width: 50px; height: 20px; display:block; width:960px; height:300px;} 
.svw ul {position: relative; left: -999em;} 

/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
} 
.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;
	display:block;
	width:960px;
	height:300px;
	cursor:pointer;
}
.stripViewer span  {
	margin: 250px 0 0 -960px;
	padding: 20px 0 10px 180px;
	position: absolute;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 780px;
	height: 30px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity: 0.70;
}
.stripTransmitter { 
overflow: auto; 
width: 1%;
} 
.stripTransmitter ul { 
	margin: -46px 0 0 15px;
	padding: 10px 0 10px 0; 
	position: absolute; 
	list-style-type: none;
} 
.stripTransmitter ul li{ 
	margin: 0 2px 0 0; 
	float:left; 
} 
.stripTransmitter a { 
	padding-top: 6px;
	padding-bottom: 6px;
	display: block; 
	width: 28px;
	background: url(images/site/bg-slideshow-off.png) bottom left no-repeat;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	outline: none;
	text-align: center;
} 
.stripTransmitter a:hover, a.current{ 
	background: url(images/site/bg-slideshow-on.png) bottom left no-repeat;
	color: #fff; 
}
/*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; 
} 