/*preload classes*/
.svw {width: 50px; height: 20px; }
.svw ul {position: relative; left: -999em;}

#lwsSlider{
	position: relative; 
	float:left;
	width:977px;
	margin-left:3px;
}
/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
/***************************************************LWS REMOVED BORDER********************************************/
border: 0px solid #000000;  
margin: 0 0 1px 0;
float:left;
}
.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 {
position: relative;
float:left;
overflow: auto;
width: 1%;
width:977px;
	padding-left:3px;
	padding-top:5px;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
float:left;
}
.stripTransmitter ul li{
width: 34px;
float:left;
margin: 0 1px 1px 0;
	margin-right:6px;
}
.stripTransmitter a{
	font-weight: bold;
	text-align: center;
	padding-top:6px;
	height:28px;
	
	color: #fff;
	text-decoration: none;
	display: block;
	background-image : url(images/OFF.png);
}
.stripTransmitter a:hover, a.current{
font-weight: bold;
	text-align: center;
	padding-top:6px;
	height:28px;

	color: #000;
	text-decoration: none;
	display: block;
	background-image : url(images/ON.png);
}

/*tooltips formatting*/
.tooltip
{
padding: 5px;
background: #fff;
color: #000;
border: 5px solid #dedede;
}

