.contentslide {
    overflow: hidden;

    width: 100%;
    height: 100%;
    padding: 0;

    border: 0 solid #ebebeb;
    border-bottom-width: 1px;
}

.contentslide img {
    width: 100%;
}

.contentslide .opacitylayer {
    /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
    width: 100%;
    height: 100%;

         opacity: 1;

    filter: progid: DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
}

.contentslide .contentdiv {
    display: none;
}

.pagination {
    width: 100%;
    /*Left/ right border width of pagination DIV.*/
    padding: 4px 0 4px 0;
    /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/

    text-align: right;

    border: 1px solid #ebebeb;
    border-width: 0 0;
    background-color: #fff;
    /*background-image: url(images08/title_latestpromo.gif);*/
}

* html .pagination {
    /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
    width: 270px;
    /*IE5 width*/

    w\idth: 272px;
    /*IE6 width*/
}

.pagination a {
    padding: 2px 5px;

    text-decoration: none;

    color: #8d8c8c;
    border: 1px solid #d9d5cd;
    background-color: white;
}

.pagination a:hover,
.pagination a.selected {
    color: #f00;
    background-color: #fee496;
}
