.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 420px; /*width of featured content slider*/
	height: 500px;
	background: none;
	margin: 0;
	padding: 20px 0 0 0;
	display: block;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;  /*leave as is*/
	padding: 0;
	width: 420px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 500px;
	background: none;
	margin: 0;

}
.sliderwrapper .contentdiv p{ border-bottom:1px dashed #5A5449; padding-bottom:15px; }





filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 420px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 0;
	background: none;
	display: block;
	margin: 0;
}

.pagination a{
	padding: 0 5px 0 3px;
	text-decoration: none;
	color: #5A5449;
}
.pagination a.border-none{
	padding: 0 5px 0 3px;
	text-decoration: none;
	color: #5A5449;
	border:none;
	font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
	color: #5A5449;
}
