.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 410px; /*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;
	z-index: 0;/*testing*/
}



.sliderwrapper .contentdiv{
	z-index: 200;/*testing*/
	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: 0;
	opacity: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 219px;
}

.pagination{
	width: 239px; /*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: #FFFFFF;
	display: block;
	height: 44px;
	background-image: url(../images/tabModule_active_bkg.gif);
	background-repeat: repeat-x;
}

/*ADDED so headers can be different color*/
.pagination a:hover h1, .pagination a.selected h1{
	color: #FFFFFF;
	font-size:10px;
	margin:0px;
	padding:0px;
	background-image: url(../images/tabModule_active_bkg.gif);
	background-repeat: repeat-x;
}

.pagination a h1{
	text-decoration: none;
	color: #0099cc;
	font-size:10px;
	margin:0px;
	padding:0px;	/*line-height:14px;*/
}

.pagination a{
	text-decoration: none;
	color: #0099cc;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	height: 44px;
	/*line-height:14px;*/
}

