.contentslide{
/*border: 10px solid #2D1B53;*/
border-bottom-width: 6px;
padding: 4px 8px;
width: 260px;
height: 200px;
float: left;
background-color: #ffffff;
}

.contentslide .contentdiv1{
display: none;
border-bottom: 1px solid #666666;
padding-bottom: 2px;
}

.contentdiv1 {
height: 175px;
}

.pagination{
width: 266px; /*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: #2D1B53;
/*border: 10px solid #2D1B53;*/
/*border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
/*padding: 2px 0px 6px 0px;*/

}

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

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #2e6ab1;
background-color: #CCCCCC;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #FF0000;
}