.contentslide{
/*border: 5px solid navy;
border-bottom-width: 6px;
padding: 5px;*/
width: 33;
height: 120px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 633; /*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: navy;
/*border: 5px solid navy;*/
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 3px 3px 3px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 633; /*IE5 width*/
w\idth: 633; /*IE6 width*/
}

.pagination a, .pagination a:visited, .pagination a:link
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: white;
	padding-top: 0px;
	background-color: navy;
	text-decoration: none;
}

.pagination a:hover, .pagination a.selected
{
	color: white;
	background-color: navy;
	text-decoration: underline;
}