/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
margin: 0 0 1px 0;
height: 280px;
}
.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;
}
.stripViewer ul li a{ 
border:0;
display:block;
float:none;
margin:0;
padding:0;
}
.stripViewer ul li img{ 
margin:0;
padding:0;

}
.stripTransmitter {
width: 1%;
margin-top:-270px;
overflow:auto;
overflow-y:hidden;
position:absolute;
}
.stripTransmitter ul {
float:right;
list-style-type:none;
margin:0 10px 0 0;
padding:0;
position:relative;
}
.stripTransmitter ul li{
float:left;
height:10px;
margin:0 1px 1px 0;
width:10px;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #008DD0;
color: #555;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #8EBBCF;
color: #555;
}

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