.contentslide{
border: 0px solid #ffad00;
border-bottom-width: 0px;
padding: 0px;
margin: 0px;
width: 481px;
height: 345px;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width:481px; /*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: #FFFFFF; */
border-width: 0 2px; /*Left/ right border width of pagination DIV.*/
padding:3px 0px 3px 0px;
line-height:24px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 481px; /*IE5 width*/
width: 481px; /*IE6 width*/
}

.pagination a{
padding:3px 6px 3px 6px;
text-decoration: none;
font-size:10px;
font-weight:normal;
color: #FFFFFF;
background-color: #505e3b;
}

.pagination a:hover, .pagination a.selected{
color: #505e3b;
font-size:10px;
font-weight:normal;
background-color: #ffad00;
}
