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

/*core classes*/
.stripViewer { 
    position: relative;
    overflow: hidden; 
    border: 5px solid #2268ae;  
    margin: 0 0 1px 0;
}
.stripViewer img {
    max-width: 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;
    list-style-type: none;
}
.stripTransmitter {
    overflow: auto;
    width: 1%;
}
.stripTransmitter ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}
.stripTransmitter ul li{
    width: 20px;
    float:left;
    margin: 0 1px 1px 0;
    list-style-type: none;
}
.stripTransmitter a{
    font:14px arial, helvetica, sans-serif;
    font-weight:600;
    text-align: center;
    line-height: 22px;
    background: #2268ae;
    color: #fff;
    text-decoration: none;
    display: block;
}
.stripTransmitter a:hover, a.current{
    background: #fff;
    color:#000;
}

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

/* Page overlay styles
   for use with page-overlay.js
   Craig Lyons 2011
   for MFF.org
   */

.pagerOverlay{
    margin: 0; padding: 0;
    position: absolute;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 450px;
    height: 300px;
    z-index: 2;
    background: url('../images/blank.gif') repeat;
}

.tipText {
    position: absolute;
    bottom: 0px; left: 8px;
    font-size: 12px;
    /*width: 428px;*/
    line-height: 1.2em;
    color: black;
    background-color: white;
    /*opacity: 0.9;*/
    opacity: 0;
    padding: 8px;
    z-index: 1;
}
