.svw {
	width: 50px;
	height: 20px;
	background-color: rgba(0, 0, 0, .7) !important;
	background-color: #000000;
}
.svw ul {
	position: relative;
	left: -999em;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 1px solid #333333;
	margin: 0 0 1px 0;
	cursor: pointer;
	min-height: 300px;
}
.stripViewer ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li {
	float:left;
}
.stripTransmitter {
	overflow: auto;
	width: 1%;
}
.stripTransmitter ul {
	margin: 15px 0 0 10px;
	padding: 0;
	height: 25px;
	position: relative;
	list-style-type: none;
/*
	background-color: rgba(0, 0, 0, .7) !important;
	background-color: #111;
*/
}
.stripTransmitter ul li {
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	width: 25px;
	float: left;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	font-size: 85%;
	margin: 0 10px 0 0;
}
.stripTransmitter a {
	color: #555555;
	display: block;
}
.stripTransmitter a:hover,
.stripTransmitter a.current {
	color: #EEEEEE;
}
.tooltip {
}
