/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
	position: relative;
	overflow: hidden; 
	border: 3px solid #DDDDDD;
	margin: 0 0 1px 0;
}

.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;
	background-color:Fuchsia;
	margin:0px!important;
	padding:0px!important;
	width:290px!important;

}

.stripViewer img{ 
	width:290px;
	height:215px;
	float:left;
	margin:0px;
	padding:0px;
}

.stripTransmitter {
	overflow: auto;
	margin: -25px auto 0;
}

.stripTransmitter ul {
	margin: 0 auto;
	padding: 0;
	position: relative;
	list-style-type: none;
}

.stripTransmitter ul li{
	width:2px!important;
	float:left;
	margin: 0 -2px 1px 0;
	border:solid 1px #00326D;
}

.stripTransmitter a{
	font: bold 0.9em "Myriad Pro", Arial;
	text-align: center;
	line-height: 16px;
	background: #DEDEDE;
	color: #00326D;
	text-decoration: none;
	display: block;
	border:solid 1px #00326D;
	width:30px;
	height:15px;
}

.stripTransmitter a:hover, a.current{
	background: #00326D;
	color: #DEDEDE;
}

/*tooltips formatting*/
.tooltip{
	padding: 0.5em;
	background: #fff;
	color: #000;
	border: 5px solid #dedede;
}
