.svw {
	width: 50px;
	height: 20px; 
	background: #fff;
}
.svw ul {
	position: relative; 
	left: -999em;
}
.stripViewer { 
	border: 4px solid #6178A1;
    margin: 5px;
    overflow: hidden;
    position: relative;
}
.stripViewer ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li { 
	float:left;
}
.stripTransmitter {
	background: none repeat scroll 0 0 #000000;
    margin-left: 10px;
    opacity: 0.55;
    overflow: auto;
    position: relative;
    top: -48px;
}
.stripTransmitter ul {
	list-style-type: none;
    margin: 0 0 0 100px;
    padding: 0;
    position: relative;
}
.stripTransmitter ul li{
    float: left;
    margin: 8px 5px;
    width: 23px;
}
.stripTransmitter a{
	border: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    font: bold 11px/20px Verdana,Arial;
    text-align: center;
    text-decoration: none;
}
.stripTransmitter a:hover, a.current{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #000000;
	text-decoration:none;
}
.tooltip{
	padding: 0.5em;
	background: #fff;
	color: #000;
	border: 5px solid #dedede;
}