a:link {font-weight: bold; text-decoration: none;  font-family: helvetica, sans-serif; font-size: 11px; color: 802121; }
a:active { font-weight: bold; text-decoration: none; font-family: helvetica, sans-serif; font-size: 11px; color: 802121; }
a:hover {  border-bottom: 1px dotted silver; background-color: #802121; font-weight: bold; font-family: helvetica, sans-serif; font-size: 11px; color: ffffff; }
a:visited { font-weight: bold; text-decoration: none; font-family: helvetica, sans-serif; font-size: 11px; color: 802121;}
a:visited:hover {border-bottom: 1px dotted silver; background-color: #802121; font-weight: bold; font-family: helvetica, sans-serif; font-size: 11px; color: ffffff; }

.nav {font-weight: bold; text-decoration: none;  font-family: helvetica, sans-serif; font-size: 11px; color: 999999; }
body { font-weight: bold; color: #858585; font-size: 11px; font-family: helvetica, sans-serif; background-color: white; margin-top: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 0px;}
.float { float:right;}
.logo {margin-top: -6px; float:right; color: #cccccc; font-weight: bold; font-family: helvetica, sans-serif; font-size: 30px;}

.top {border-style: none; background-color: white; position: absolute; height:auto; width:751px;}





.scroller {position:absolute; left:8px; top:70px; width:98%; height:560px; overflow-x: scroll; overflow-y: hidden; white-space:nowrap;}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none }

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 100;
    display:block;
    position:absolute;
    top:-10px; left:0px; width:100%;
    background-color:#fff; color:#802121;
    text-align: center;
    opacity:0.75;
    filter:alpha(opacity=75);
    }

.coat{height:605px;
    }
    
.displace { position: absolute; left: -5000px; }
