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

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 465px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
border-top: 1px solid #38393b;
height: 19px;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #f2f2f2;
background-color: transperant;
line-height: 19px;
height: 19px;
float: left;
width: 30px;
}

.pagination a:hover, .pagination a.selected{
color: #ccff00;
background-color: #161616;
text-decoration: underline;
widht: 30px;
line-height: 19px;
height: 19px;
float: left;
}
