.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 590px; /*width of featured content slider*/
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 590px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100px;





filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table-cell;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #5F9A5F;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #375937;
	font-weight: bold;
	background-color: #FFFFD9;
}
