.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 880px; /*width of featured content slider*/
height: 310px;
float: left;
z-index: 90;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 880px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
float: left;
}

.pagination{
width: 880px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 1px;
text-align: right;
float: left;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
color: #000;
}

.contentdiv {
	padding: 28px;
	}

.contentdiv p {
	font-size: 18px;
	color: #1f348a;
	}

#banner1 {
	background: url(../images/banner1.jpg) top center no-repeat;
	padding: 28px 28px 28px 450px;
	width: 402px;
	height: 254px;
	}

#banner2 {
	background: url(../images/banner2.jpg) top center no-repeat;
	padding: 28px 450px 28px 28px;
	width: 402px;
	height: 254px;
	}

#banner3 {
	background: url(../images/banner3.jpg) top center no-repeat;
	padding: 28px 28px 28px 550px;
	width: 302px;
	height: 254px;
	}