/*preload classes*/

.svw {
	width: 400px;
	height: 200px;
}
.svw ul {position: relative; left: -999em;}

/*core classes*/

.stripViewer {
	position: relative;
	overflow: hidden;
	margin: 0 0 1px 0;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.stripViewer ul { /* this is your UL of images */ 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: 5px 0 0 10px; padding: 0; position: relative; list-style-type: none; }
.stripTransmitter ul li{ width: 20px; float:left; margin: 0 2px 0px 2px; }
.stripTransmitter a, .stripTransmitter a:visited {
	font: 1.2em Georgia;
	text-align: center;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	display: block;
	background-color:#CCC;
}
.stripTransmitter a:hover, .stripTransmitter a.current{
	color: #C00;
	font: bold;
}

/*tooltips formatting*/

.tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; } 

