/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	margin: 0 0 1px 0;
}

.ldrgif {
	display: none;
}

/* this is your UL of images */
.stripViewer ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}

.stripViewer ul li {
	float:left;
}

.stripTransmitter {
	height: 22px;
	margin-top: -23px;
	position: absolute;
	background-color: #000000;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

.stripTransmitter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

.stripTransmitter ul li {
	width: 22px;
	float:left;
}

.stripTransmitter a {
	text-align: center;
	line-height: 22px;
	background: #ff0000;
	color: #fff;
	text-decoration: none;
	display: block;
}

.stripTransmitter a:hover, a.current {
	background: #fff;
	color: #ff0000;
}

/*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;
}