

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff  ;}
.svw ul {position: relative; left: -999em;}
/*core classes*/
.stripViewer {
position: relative;
overflow: hidden;
width:960px;
margin: 0
} 
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0 0 2px;
position: relative;
right: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li {
float:left;
}
.stripTransmitter {
overflow: auto;
width:960px;
height:11px;
margin:5px 0 20px;
position:relative;
overflow:hidden;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position:absolute;
top:0;
right:0;
}
.stripTransmitter ul li{
width: 35px;
float:left;
margin: 0 0 0 5px;
padding:0;
list-style-type:none;
}
.stripTransmitter a{
background: url(../_img/index/btn_slideviewer.gif) no-repeat left top;
text-decoration: none;
display: block;
text-indent:-9999px;
width:35px;
padding:0;
}
.stripTransmitter a:hover, a.current{
background: url(../_img/index/btn_slideviewer_o.gif) no-repeat left top;
}
/*tooltips formatting*/
