.contentslide
{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 238px;
height: 76px;}

.contentslide
.contentdiv
{
display: none;
}

.pagination
{
width: 238px; height: 15px; /*Width of pagination DIV. To equal that of Content Slider's width, take into 

account the later's left/right paddings!*/
text-align: center;
background-color: #e8e8e8;
border: 1px #666666;
border-width: 1px 1px; /*Left/ right border width of pagination DIV.*/
padding: 2px 0px 0px 0px;
font-family: Verdana, Arial, sans-serif;
font-size:.672em;
}

*html .pagination
{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 238px; /*IE5 width*/width: 238px; /*IE6 width*/
}

.pagination a
{
padding: 2px;
text-decoration: none; 
color: #3D6389;
background-color: #e8e8e8;
}
	

.pagination a.hover, .pagination a.selected
{color: #FFFFFF;
background-color: #3D6389;
}