.ads_list {
    position: relative;
}
.ads_image {
    position: relative;
    color: white;
    width: 640px;
    height: 365px;
    overflow: hidden; 
}
.ads_image p {
    font-family: "Trebuchet MS",Arial,Verdana;
}
.ads_overlay {
    position: absolute;
    top: 240px;
    left: 0px;
    width: 640px;
    height: 125px;
    background-color: rgba(0,0,0,0.75);
    /* for IE 6 */
    _background: transparent url(/_sys_/images/hv/bg_black_a05.png) repeat scroll 0 0 !important;
}
.ads_title {
    margin: 12px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.ads_title a {
    color: white;
}
ads_title a:hover {
    color: #999999;
}
.ads_ingress {
    margin: 12px;
    font-size: 14px;
}

#ads_navi {
    position: absolute;
    top: 10px;
    left: 590px;
    width: 45px;
    height: 216px;
    overflow: hidden;
    padding: 12px;    
    z-index: 1;
}

#ads_navi .box {    
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
}

#ads_navi .box span {
    display: block;
    padding:2px 7px 6px 7px;
    background-color: rgba(0,0,0,0.5);
    /* for IE 6 */
    _background: transparent url(/_sys_/images/hv/bg_black_a05.png) repeat scroll 0 0 !important;
    color: white;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial;
    font-size: 18px;
}
#ads_navi .box span.selected {
    background-color: rgba(255,255,255,0.5);
    /* for IE 6 */
    _background: transparent url(/_sys_/images/hv/bg_white_a05.png) repeat scroll 0 0 !important;
    color: black;
}
