.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px dotted #E9E9E9;
	border-bottom-width: 0px;
	width: 555px; /*width of featured content slider*/
	height: 370px;
	background: url(../images/featured/featuredcontentbckgd2.png) center top no-repeat;
	background-image: url(../images/featured/featuredcontentbckgd2.png) center top no-repeat;
	left: 0px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	margin-left: 67px;
	margin-top: 48px;
	padding: 0px;
	background: ;
	width: 419px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif; 
	text-align: center; 
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #E9E9E9;
	padding: 5px 5px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	background: #FFF;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
}

#slider2, #slider4{
	border-color: #DACBAF;
	margin-left: 0px;
	height: 370px
}

#paginate-slider2, #paginate-slider4{
	width:100%;
	margin-left: 0px;
	position: ;
	background: url(../images/divider.png) center no-repeat;
}

#paginate-slider4 a img{
	width: 60px;
	height: 40px;
	border: 1px solid #660033;
	margin-top: 5px;
	margin-bottom: 5px;

}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
	border: 6px solid #cc9900;
	background: transparent url(../images/featured/arrow.png) top center no-repeat;

}

