.contentslide{
width: 375px;
height: 225px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 150px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #FFFFFF;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

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

.pagination a{
margin-top:5px;
display:block;
width: 150px;
border:1px solid #800000;
font-size:16px;
line-height: 30px;
padding: 0 5px;
text-decoration: none; 
color: #800000;
background-color: #f9cf00;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #800000;
}

