/* CSS Document */
/*preload classes*/
.svw {width: 100%; height: 100%; background: #f6f6f6; text-align: left;}
.svw ul {position: relative; left: -999em;}
.ldrgif {position: relative; left: 15px; top: 15px;}

/*core classes*/
.stripViewer {
position: relative;
overflow: hidden;
margin: 0 0 2px 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;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
float:right;
list-style-type: none;
}
.stripTransmitter ul li{
width: 15px;
float:left;
margin: 0 0 2px 2px;
}
.stripTransmitter a{
font: bold 12px Verdana, Arial;
text-align: center;
line-height: 16px;
background: #000;
color: #fff;
text-decoration: none;
display: block;
margin-bottom: 3px;
}
.stripTransmitter a:hover{
background: #444;
color: #fff;
height: 16px;
margin-bottom: 3px;
}
.stripTransmitter a:focus{
outline:none;
}
.stripTransmitter a.current{
background: #888;
color: #fff;
}
/*tooltips formatting*/
#tooltip {
background: #444;
color: #fff;
opacity: 0.85;
border: 0px solid #fff;
}
#tooltip h3 {
font: normal 10px Verdana;
margin: 0;
padding: 6px 2px;
border: 0;
line-height: 20px;
}
