.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border:0;
	border-bottom-width:0;
	width:462px; /*width of featured content slider*/
	height:325px;
	float:left;
	}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	background: white;
	width: 462px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

.pagination {
	float:left;
	width:350px;
	margin:0 0 0 20px;
	}

.pagination h3 {
	color:#a50246;
	font-size:1.5em;
	margin:1em 0 0 0;
	padding:0 0 0 15px;
	background:url(../images/bullet-arrow.gif) left center no-repeat;
	}

.pagination a {
	
	font-size:18px !important;
	font-family: Arial, Sans-Serif !important;
	}

.pagination h3 span.click {
	font-size:0.55em;
	font-style:italic;
	color:#40248a;
	}
	
.pagination p {
	margin-top:0;
	}