.contentslide{
        border: 0;
        border-bottom-width: 0px;
        padding: 0px;
        width: 773px;
        height: 215px;
        margin:0px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 773px;
height: 215px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination_holder
{
 position:relative;
 left:5px;
 top:-52px;
 background-image: url("/simg/kamp_sslider1.png");
 width:152px;
 height:48px;
 z-index:1;
 /*border:1px solid red;*/
}

.pagination{
        position:relative;
        /*left:28px;
        top:-45px;
        width:171px;
        height:7px;  */
        left:8px;
        top:20px;
        width:171px;
        height:7px;
        z-index:2;
      /*  border:1px solid red;
        background-image: url("/simg/kamp_s1.png"); */
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 773px; /*IE5 width*/
w\idth: 773px; /*IE6 width*/
}

/*
.pagination a, .pagination a:visited{
        padding: 0 5px;
        text-decoration: none;
        color: #ffffff;
        background-color: #c6c5c5;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        padding-bottom:1px;
        padding-top:1px;
        font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #6b6b6b;
background-color: #FFFFFF;
}    */