.contentslide{
	border-left: 0px solid navy;
	border-right: 0px solid navy;
	border-top: 0px solid navy;
	padding: 0px;
	width: 98%;
	height: 175px;
	overflow:auto;
	background-image: url();
	background-repeat:repeat-x;
	background-position:0% 100%;
	}

.contentslide .contentdiv{
display: none;
}

.pagination{

	width: 98%; /*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: 0px solid black;
	border-left: 0px solid navy;
	border-right: 0px solid navy;
background-image:url();
	background-repeat:repeat;
	
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 0;

	padding-top:10px;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 98%; /*IE5 width*/
w\idth: 98%; /*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:0px solid navy;
	border-bottom: 1px solid black;
}