.contentslide2{
/*border: 10px solid #2D1B53;*/
border-bottom-width: 6px;
padding: 4px 8px;
width: 375px;
height: 250px;
float: left;
background-color: #F6F7FC;
}

.contentslide2 .contentdiv2{
display: none;
border-bottom: 1px solid #666666;
padding-bottom: 2px;
}

.contentdiv2 {
overflow: scroll;
height: 250px;
}

.pagination2{
width: 391px; /*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 .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 387px; /*IE5 width*/
w\idth: 393px; /*IE6 width*/

}

.pagination2 a{
padding: 0px 6px;
text-decoration: none; 
color: #2e6ab1;
/*background-color: #CCCCCC;*/
}

.pagination2 a:hover, .pagination2 a.selected{
color: #FF0000;
background-color: #FF0000;
}