.sliderwrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

    .sliderwrapper .contentdiv {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        padding: 5px;
        background: white;
        width: 100%;
        height: 100%;
        filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

.pagination {
    width: 225px;
    text-align: right;
    padding: 5px 0;
    color: white!important;
    background-image: url(images/slide_bg.JPG);
    background-position: left;
    background-repeat: no-repeat;
}

    .pagination a {
        padding: 0 5px;
        text-decoration: none;
        background-image: url(images/slide_bg.JPG);
    }

        .pagination a:hover, .pagination a.selected {
            color: #000;
            background-color: gray;
        }
