.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 10px #CDCDCB;
	border-bottom-width: 6px;
	width: 626px; /*width of featured content slider*/
	height: 278px;
	padding: 0px;
	background-color: #999999;

}



.sliderwrapper .contentdiv{
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: white;
	width: 915px; /*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=0.6);			-moz-opacity: 0.5;
	opacity: 0.8;
	visibility: hidden;

}

.pagination{
	width: 625px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #CAD1D5;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCC66;
	border-bottom-color: #CCCC66;
	border-left-color: #CCCC66;
	border-top-style: none;
}

.pagination a{
	text-decoration: none;
	color: #00007D;
	background: #DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color:#003D79;
}

