/*preload classes*/ 
.svw {
	width: 50px;
	height: 20px;
	background: #fff;
}
.svw ul {
	position: relative;
	left: -999em;
}
/*core classes*/ 
.stripViewer {
/*description: this is for the image area*/ 
	position: relative;
	overflow: hidden;
	margin: 0 0 0 0;
}
.stripViewer ul { /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
}
.stripViewer ul li {
	float:left;
}
.stripTransmitter {
/*description: this is the entire width of the links below*/ 
	overflow: auto;
	background: #2f2313;
	padding: 0px;
	width: 667px;
	border-left: 3px solid #2f2313;
	border-right: 3px solid #2f2313;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li {
/*description: this is the individual button boxes below*/ 
	width: 25px;
	float:left;
	margin: 0 0 0 0;
	padding:3px 3px 3px 0px;
}
.stripTransmitter a {
/*description: this is for the buttons below*/ 
	font: bold 14px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #0eada8;
	color: #fff;
	text-decoration: none;
	display: block;
	margin:0px;
	padding:0px;
}
.stripTransmitter a:hover, a.current {
	background: #fff;
	color: #2f2313;
}
/*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;
}

