.sliderwrapper{
	position: absolute; /*leave as is*/
	overflow: hidden;
	width: 1000px; /*width of featured content slider*/
	height: 256px;
	z-index:0;
	text-shadow: 1px 1px 3px #555;
}

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

.pagination{
	width: 960px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	background-image:url(../images/gallery_navigation_bg.png);
	background-repeat: repeat-x;
	position:absolute;
	z-index:2;
	margin-top:210px;
	text-shadow: 1px 1px 2px #000;
}

.pagination a{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/gallery_navbglink.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

