.sliderwrapper{
	position: absolute; /*leave as is*/
	overflow: hidden;
	width: 660px; /*width of featured content slider*/
	height: 336px;
	background-color: #FFFFFF;
	background-image: url(../images/n4.gif);
	background-repeat: repeat-x;
	left: 12px;
	top: 43px;
	z-index: 100;
	border: 1px solid #CCCCCC;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 1px;  /*leave as is*/
	top: 1px; /*leave as is*/
	background-color: #FFFFFF;
	background-image: url(../images/n4.gif);
	background-repeat: repeat-x;
	width: 650px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 253px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 10px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.pagination{
	width: 417px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 30px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 278px;
	z-index: 120;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-image: url(../images/n4.gif);
	background-repeat: repeat-x;
	color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.pagination{
	width: 640px;
	text-align: right;
	height: 21px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 0.7mm;
	border-bottom-style: solid;
	border-bottom-color: #14508B;
}

.pagination a{
	padding: 0 7px;
	text-decoration: none;
	color: #24365e;
	border: 1px solid #999999;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #CCCCCC;
	text-decoration: none;
}
