.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid navy;
	border-bottom-width: 0px;
	width: 726px; /*width of featured content slider*/
	height: 220px;
	background-color: grey;
	}

.sliderwrapper .contentdiv {
	z-index: 1;
	line-height: 1.4em;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 30px 8px 5px 554px;
	background-color: #626f7b;
	background-position: left top;
	background-repeat: no-repeat;
	width: 165px; /*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 {
	position: absolute;
	right: 0;
	z-index: 99;
	height: 25px;
	width: 162px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #828d96;
	padding: 12px 10px 0 10px;
	margin-top: -37px;
	}

.pagination a {
	vertical-align: middle;
	margin-right: 5px;
	text-decoration: none;
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	background: url(images/carousel-bullet-0.png) no-repeat left top;
	}

.pagination a:hover, .pagination a.selected {
	background-image: url(images/carousel-bullet-1.png);
	}


.sliderwrapper .contentdiv h3 {
	color: #00f200;
	font-size: 1.4em;
	padding-bottom: 0.5em;
	}

.sliderwrapper a {
	margin-top: 0.5em;
	display: block;
	background: url(images/carousel-arrow.png) no-repeat left 0.3em;
	color: #fff;
	padding-left: 10px;
	font-weight: normal;
	}

.sliderwrapper .contentdiv p {
	color: #b2c5d4;
	}

.sliderwrapper #slide-01 {
	background-image: url(images/carousel-img1.jpg);
	}
	
.sliderwrapper #slide-02 {
	background-image: url(images/carousel-img2.jpg);
	}

.sliderwrapper #slide-03 {
	background-image: url(images/carousel-img3.jpg);
	}

.sliderwrapper #slide-04 {
	background-image: url(images/carousel-img4.jpg);
	}
