.contentslide{
 position:absolute;
        top:90px;
        left:1%;
         left:10px;
        width:500px;
        height:340px;
   background-color:#cccc99;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 460px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color:#cccc99;
border: 0px;
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 50px 0px 0px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
w\idth: 500px; /*IE6 width*/
}

.pagination a{
 font-family:'verdana';
        font-size:10px;
        font-weight:400;
padding: 0 5px;
text-decoration: none; 
color: black;
background-color: #cccc99;
}

.pagination a:hover, .pagination a.selected{
 font-family:'verdana';
        font-size:10px;
        font-weight:400;
color: Black;
background-color: #999966;
}

