/* Horizontal Carousel */
#horizontal_carousel {
    height: 270px;
    margin: 0 auto;
    width: 1080px;
    /*padding: 12px 0px 0px 11px;*/
    color: #002b46;
}

#horizontal_carousel .container {
    float: left;
    width: 1040px;
    height: 207px;
    position: relative;
    color:#002b46;
    top: 9px;
    overflow: hidden;
}

#horizontal_carousel ul {
    margin: 0;
    padding:0;
    width: 100000px;
    position: relative;
    top: 0;
    left: 0;
    height: 200px;
}                      

#horizontal_carousel ul li {
    width: 262px;
    height: 230px;
    text-align: center; 
    list-style:none;   
    float:left;
}

#horizontal_carousel .previous_button {
    float: left;
    width: 15px;
    height: 150px;
    text-align: center;
    text-decoration: none;    
    font-size: 36px;
    line-height: 120px;
    margin-top: 28px;
    cursor: pointer;
}

#horizontal_carousel .previous_button_over {
    color: #000;
}

#horizontal_carousel .previous_button_disabled {
    cursor: default;
}

#horizontal_carousel .next_button {
    float: left;
    width: 15px;
    height: 150px;
    text-align: center;
    text-decoration: none;    
    font-size: 36px;
    line-height: 120px;
    margin-top:28px;
    cursor: pointer;
}

#horizontal_carousel .next_button_over {
    color: #000;
}

#horizontal_carousel .next_button_disabled {
    cursor: default;
}
