/* $Id: billboard.css,v 1.2 2008/07/15 21:27:08 sap Exp $ */


/**********************
*                     *
*   banner rotation   *
*                     *
**********************/

#bb_wrapper {
    position: relative; 
    margin-left: 0px; 
    width: 980px; 
    padding-top: 0px; 
    height: 294px;
}

#bb_img_wrapper {
    position: absolute; 
    display: block; 
    left: 0px; 
    margin-top: 0px; 
    padding-top: 0px; 
    width: 629px; 
    height: 294px;
}

#billboard_image {
    margin-top: 0px; 
    padding-top: 0px; 
    width: 629px; 
    height: 294px;
}

#bb_btn_wrapper {
    position: absolute; 
    display: block; 
    top: 0px; 
    left: 629px; 
    width: 40px; 
    height: 294px; 
    background-color: #203783;
}

#bb_btn_sub_wrapper {
    padding-top: 46px;
    background-color: #203783;
}

.billboard_buttons {
    margin-bottom: 5px; 
    position: relative; 
    width: 40px; 
    height: 40px;
}

#bb_txt_wrapper {
    position: absolute; 
    display: block; 
    top: 0px; 
    left: 669px; 
    width: 311px;
    height: 294px;
    text-decoration: none;
    overflow: hidden;
    background-color: #203783;
    text-align: left;
}

#bb_txt_sub_wrapper {
    background-color: #203783;
    margin-left: 15px;
    padding-right: 45px;
    padding-top: 42px;
    padding-bottom: 8px;
}


span.rotator_caption {
    margin-top: 0em;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0px;
    color: #de791b;
    font-family: arial;
}

div#rotator_2, div#rotator_3 {
    display: none;
}

div.rotator_text {
    margin-top: 8px;
    font-size: 11pt;
    padding-bottom: 0px;
    color: #ffFFFF;
    font-family: arial;
    line-height: 1.2;
}

div.rotator_text b a {
    color: #de791b;
    font-weight: bold;
}



