.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 810px;
height: 130px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 810px; /*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: #38393b;
border: 0px solid navy;
line-height: 20px;
height: 20px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 810x; /*IE5 width*/
w\idth: 810px; /*IE6 width*/
height: 20px;
line-height: 20px;
}

.pagination a{
padding: 0 5px;
height: 20px;
line-height: 20px;
text-decoration: none; 
color: #ff9421;
background-color: transperant;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #727272;
height: 20px;
line-height: 20px;
}
