.contentslide{
	padding: 5px;
	width: 95%;
	height: 100%;
	border-top: 2px solid #BB8748;
	border-right: 2px solid #BB8748;
	border-bottom: 2px solid #BB8748;
	border-left: 2px solid #BB8748;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 95%;
	text-align: right;
	background-color: #BB8748;
	padding: 5px;
	border-top: 0 solid #BB8748;
	border-right: 2px solid #BB8748;
	border-bottom: 0 solid #BB8748;
	border-left: 2px solid #BB8748;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 95%; /*IE5 width*/
w\idth: 95%; /*IE6 width*/
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #5998C8;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #DFC8AA;
}
