.sliderwrappern {
	overflow: hidden; /*leave as is*/
	width: 980px; /*width of featured content slider*/
	height: 320px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.sliderwrappern .contentdiv {
	visibility: hidden; /*leave as is*/
	background: white;
	width: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	top: 0;
	left: 0;
	overflow: hidden;
	height:320px;

}

.pagination {
	width: 880px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: transparent;
	padding: 5px 10px;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none; 
	color: #0C6C5D;
	background: white;
}

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