.contentslide{
border: 0px;
padding: 0px;
width: px;/*Width adjusts automatically to 100% if left as such on both IE, FX and Opera*/
height: 340px;
margin:0px;
}

.contentslide .contentdiv{
display: none;

}

.pagination{

width:100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
/*Left/ border-width: 0 10px;  right border width of pagination DIV.*/
padding-top:2px;
padding-bottom:4px;
padding-left: 3px;
padding-right:10px;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 200px; /*IE5 width*/
w\idth: 800px; /*IE6 width*/

}

.pagination a{
border:1px solid #999;
margin-top:0px;
padding-top:0px;
padding-bottom:3px;
padding-right:9px;
padding-left:9px;
text-decoration: none; 
text-align:center;
color:#fff;
background-color: #000;
background-repeat:no-repeat;

}

.pagination a:hover, .pagination a.selected{
border:1px solid #fff;
margin-top:0px;
padding-top:0px;
padding-bottom:3px;
padding-right:9px;
padding-left:9px;
text-decoration: none; 
color:#999999;
background-color: #333;
}