
.sliderwrapper{
	position: absolute; /*leave as is*/
	overflow: hidden;
	width: 831px; /*width of featured content slider*/
	height: 418px;
	z-index:0;
	text-shadow: 1px 1px 3px #555;
	margin-left:29px;
	margin-top:14px;

}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;  /*leave as is*/
	top: 0;
	background: white;
	width: 832px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 418px;
	
}

.pagination{
	width: 832px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	height: 59px;
	line-height: 50px;
	padding-top:11px;
	background-image:url(../images/rotorbg.jpg);
	background-repeat: no-repeat;
	position:absolute;
	z-index:2;
	margin-top:432px;
	margin-left:29px;
	

}
.pagination2{
	width: 832px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	height: 59px;
	line-height: 50px;
	padding-top:11px;
	background-image:;
	position:absolute;
	z-index:2;
	margin-top:432px;
	margin-left:29px;
	

}


.pagination a{
	text-decoration: none;
	color: #000000;
	background-image: url(../images/gallery_navbglink.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pagination a:hover, .pagination a.selected{
	color: #333333;
	background-image: url(../images/gallery_navbghover.png);
	background-repeat: no-repeat;
}

.pagination2 a{
	text-decoration: none;
	color: #000000;
	background-image: url(../images/gallery_navbghover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pagination2 a:hover, .pagination2 a.selected{
	color: #333333;
	background-image: url(../images/gallery_navbghover.png);
	background-repeat: no-repeat;
}

