.contentslide{
border: 1px solid #cccccc;
border-bottom-width: 1px;
width: 278px;
height: 188px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
margin-right:5px;
margin-top:-20px;/*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;/*Left/ right border width of pagination DIV.*/
padding: 2px 0px 3px 0;
}

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

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

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: orange;
}

/*-----------------------------------------*/

.contentslide2{
border: 1px solid #cccccc;
border-bottom-width: 1px;
width: 240px;
height: 300px;
}

.contentslide2 .contentdiv2{
display: none;
}

.pagination2{
width: 220px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;/*Left/ right border width of pagination DIV.*/
padding: 2px 0px 3px 0;
}

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

.pagination2 a{
text-decoration: none; 
color: #2e6ab1;
font-weight:bold;
}

.pagination2 a:hover, .pagination2 a.selected{
color: red;
}
