/*preload classes*/ 
.svw 
{
	width: 581px;
	height: 427px;
	/*background: #fff;*/

}
.boolean_class
{
    
}
.svw ul 
{
	position: relative;
	left: -999em;
}
/*core classes*/ 
.stripViewer 
{ 
	position: relative;
	overflow: hidden;
	margin: 0px 0px 1px 0px;
	
}
.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: hidden;
	width: 1%;
}
.stripTransmitter ul 
{ 
	margin: 0; 
	padding: 0;
	position: relative; 
	list-style-image: url(../img/pagination.gif);
       
}
.stripTransmitter ul li
{ 
	width: 20px;
	float:left; 
	margin: 0 1px 1px 0;
        padding-right: 17px;

}
.stripTransmitter a
{ 
	font-weight: bold ;
        font-size: 10px;
        font-family: arial, "Trebuchet MS";
	text-align: center;
        line-height: 22px;
	color: #ccc;
	text-decoration: none; 
	display: block;
        
}
.stripTransmitter a:hover, a.current
{ 
	background: #CCC;
	color: #000;
	} /*tooltips formatting*/ 
.tooltip 
{ 
	padding: 0.5em; 
	background: #fff; 
	color: #000; 

}
.headerunderlogo
{
    display: none;
}

