/*preload classes*/
    /*core classes*/
    .stripViewer {
    position: relative;
    overflow: hidden;
    margin: 0 0 1px 0;
    }
    .stripViewer ul { /* this is your UL of images */
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
    }
    .stripViewer ul li {
    float:left;
    list-style-type: none;
    }
    
    
    
    
    .stripTransmitter {
    position: absolute; top: 175px;  left: 460px;z-index: 50;
    overflow: auto;
    width: 1%;
    }
    
    .stripTransmitter ul {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
    list-style-type: none;
    }
    
    .stripTransmitter ul li{
    float:left;
    background-color: transparent;
    margin: 0 5px 5px 0;
    }
    
    .stripTransmitter a{
    display: block; width: 20px; height: 22px;
	font: bold 12px Arial;
	color: #fff;
    text-align: center;
    line-height: 22px;
    background-color: #b7501f;
    border: solid 1px #fff;
    text-decoration: none;
    padding:0; margin: 0;
    }
    .stripTransmitter a:hover, a.current{
    background-color: #fff;
    border: solid 1px #b7501f;
    color: #b7501f;
    }
    /*tooltips formatting*/
    .tooltip
    {display: hidden;
    padding: 0.5em;
    background: #fff;
    color: #000;
    border: 5px solid #dedede;
    } 