.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 6px;
	width: 610px; /*width of featured content slider*/
	height: 300px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d00b2c;
	border-right-color: #d00b2c;
	border-bottom-color: #d00b2c;
	border-left-color: #d00b2c;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 10px;
	background: white;
	width: 100%; /*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: 610px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #d00b2c;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pagination a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #86011a;
	border: 1px solid #d13c55;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 30px;
}

.pagination a:hover, .pagination a.selected{
	color: #D00B2C;
	background-color: #FFFFFF;
}
.contentdiv h1 {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 1.6em;
	color: #FFFFFF;
	padding: 10px;
	background-color: #D00B2C;
	margin: -10px;
}
