@charset "utf-8";
/* CSS Document */

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	border: none;
	margin: 0;
	padding: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;
border:none;
}
.stripViewer img {border:none; margin:0; padding:0;}
.stripViewer ul li {
	float:left;
	margin: 0;
	padding: 0;
}
.stripTransmitter {
	overflow: auto;
	width: 1%;
	background-color: #494949;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
	width: 20px;
	float:left;
	margin: 0;
	padding:0;
}

.stripTransmitter a{
	text-align: center;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 8px;
	border:none;
	margin:0;
}
.stripTransmitter a:hover, a.current{
	color: #ff0000;
}

/*tooltips formatting*/
.tooltip
{
	display: none;
}
