.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 378px; /*width of featured content slider*/
	height: 219px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin:0px;
	padding:0px;
}



.sliderwrapper .contentdiv{
	visibility: visible; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	margin:0px;
	background: white;
	/*width: 413px; 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;
	font-size: 11px;
	height: 219px;
}

.pagination{
	width: 371px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: #CCCCCC;
	float: left;
	padding:0px;
	margin:0px;
}

.pagination a:hover, .pagination a.selected{
	color: #333333;
	background-color: #FFEDA6;
	display: block;
	height: 45px;
}

/*ADDED so headers can be different color*/
.pagination a:hover h1, .pagination a.selected h1{
	color: #FFFFFF;
	font-size:11px;
	margin:0px;
	padding:0px;
}

.pagination a h1{
	text-decoration: none;
	font-size:11px;
	margin:0px;
	padding:0px;
	/*line-height:14px;*/
}

.pagination a{
	text-decoration: none;
	background-color: #ffffff;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	height: 45px;
	line-height:14px;
}


.secure_seal {
	position: fixed;
	right: 10px;
	bottom: 10px;
}
