.contentslide{
	border-top: 1px solid #D8E4BE;
	border-right: 1px solid #D8E4BE;
	border-bottom: 1px solid #D8E4BE;
	border-left: 1px solid #D8E4BE;

}

.contentslide .contentdiv{
	display: none;
	height: 150px;

}

.pagination{
	text-align: right;
	background-color: #DDFFBB;
	padding: 2px 0px 2px;
	border-top: 1px solid #D8E4BE;
	border-right: 1px solid #D8E4BE;
	border-bottom: 1px solid #D8E4BE;
	border-left: 1px solid #D8E4BE;


}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
w\idth: 416px;
	width: 100%;

}

.pagination a{
	padding: 0px 8px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;

}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

