.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 470px; /*width of featured content slider*/
	height: 90px;
	margin-top: 0px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 460px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 70px;







filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-size: 90%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3B805;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.pagination{
	width: 450px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin: 0px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #000;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #9B1418;
	background-color: #FFBA00;
}
