﻿.contentslide{
border: 10px solid navy;
border-bottom-width: 6px;
padding: 8px;
width: 400px;
height: 400px;
}

.contentslide .contentdiv{
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	text-decoration: none;
	text-align: center;
}

.pagination{
border-left: 10px solid navy;
	border-right: 10px solid navy;
	border-top: 0 solid navy;
	border-bottom: 0 solid navy;
	width: 416px; /*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;
/*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px 0;
	z-index: 300;
	left: 164px;
	top: 631px;
	
	height: 43px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
width: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 1px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a.selected{
color: #000;
background-color: #FEE496;
}

.pagination a:hover{
color: #000;
background-color: #FEE496;
}