.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #00453b;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	width: 910px; /*width of featured content slider*/
	height: 360px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	padding: 5px;
	background: white;
	width: 900px; /*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{
	width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width 

(400+10+10=420)*/
	text-align: center;
	background-color: White;
	padding: 0px;
	border: 1px solid #c0ce90;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1px;
}

.pagination a{
	padding: 0 0px;
	text-decoration: none;
	color: #00453b;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #CCCCCC;
}

.pagination1{
	width: 910px; /*Width of pagination DIV. Total width should equal slider's outer width 

(400+10+10=420)*/
	background-color: White;
	padding: 0px 0px 0px 0px;
	border: 0px solid #c0ce90;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
}

.pagination1 a{
	padding: 0 0px;
	text-decoration: none;
	color: #c0ce90;
	background: white;
}

.pagination1 a:hover, .pagination1 a.selected{
	color: #000;
	background-color: #ffffff;
}
