#container_slider {
    margin:40px 0px 0px 11px; float:left;}

.contentslide{
    padding: 0px;
    width: 772px;
    height: 334px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
                             width: 100%;
                             height: 100%;
                             filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
                             -moz-opacity: 1;
                             opacity: 1;

}

.contentslide .contentdiv{
    display: none;
    height:100px;
}

.pagination{ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
             border: 1px solid #ebebeb;
             border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
             position:absolute;
             right:0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
                    width: 447px; /*IE5 width*/
                    w\idth: 447px; /*IE6 width*/
}

.pagination a{
    padding: 3px 7px;
    text-decoration: none;
    color: #818181;
    background-color:#e8e8e8;
    border: 1px solid #878787;
}

.pagination a:hover, .pagination a.selected{
    color: #a1a1a1;
    background-color: #3c3c3c;
}
