.contentslide{
	border-left: 0px solid navy;
	border-right: 0px solid navy;
	border-top: 0px solid navy;
	padding: 0px;
	width: 890px;
	height: 158px;
	overflow:auto;
	
	}

.contentslide .contentdiv{
display: none;
}

.pagination{

	width: 730px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	
	border-bottom: 1px solid navy;
	border-left: 1px solid navy;
	border-right: 1px solid navy;
background-image:url(images/brownb.gif);
	background-repeat:repeat;
	
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 0;

	padding-top:10px;
	display:none;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 720px; /*IE5 width*/
w\idth: 736px; /*IE6 width*/
}

.pagination a, .pagination span{
	text-decoration: none;
	color:#000000;

	background-color:transparent;
	cursor:pointer;
	
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

.pagination a:hover, .pagination a.selected, pagination span.over{
	border:1px solid navy;
}