.contentslide{
border:0;
width:100%;
position:relative;
}

.contentslide .contentdiv{
display: none;
margin-left:35px;
}

.pagination{
margin-left:230px;
width:600px;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 2px;
z-index:900;
line-height:normal;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
background-color: #2b4067;
border: 1px solid #cccccc;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #ef3f45;
text-decoration: none; 
}