/*preload classes*/ .svw {width: 50px; height: 20px; list-style:none;} 


.mygalone {margin-left:30px;}
.svw ul {position: relative; margin-left:30px; list-style:none;} /*core classes*/ 


.stripViewer { position: relative; overflow: hidden; background-color:white; margin: 0 0 1px 0; width:600px;  list-style:none; } 








.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-top: 10px; padding: 0; position: relative; list-style-type: none; }


.stripTransmitter ul li{ width: 20px; float:left; margin: 0px 0 px 1px 0; } 


.stripTransmitter a{ font: Georgia, "Times New Roman", Times, serif; text-align: center; line-height: 22px; background:none; color: black; text-decoration: none; display: block; } 


.stripTransmitter a.current{ background:#CCC; color: black; } /*tooltips formatting*/ 

.stripTransmitter a:hover, a.current{ background: #fff; color:#999; } /*tooltips formatting*/ 


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