.sliderwrapper{
	position: absolute; /*leave as is*/
	overflow: hidden; /*leave as is*/
	top: 115px;
	border: 0px;
	border-bottom-width: 0px;
	width: 468px; /*width of featured content slider*/
	height: 300px;
	z-index:0;
	left: -1px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 493px; /*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=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	position:absolute;
	width: 450px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	top:391px;
	left:0px;
	/*background-color: #0E1058; */
	padding: 5px 10px;
	z-index:2;
}

/*Color of text on unselected picture*/
.pagination a{
padding: 0px 10px;
text-decoration: none; 
color: #0000ff;
background: #C08300;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*Color for selected picture on slide show*/
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.covering {
	position: absolute; /*leave as is*/
	overflow: hidden; /*leave as is*/
	left: -14px;
	top:115px;
	border: 0px;
	border-bottom-width: 0px;
	width: 487px; /*width of featured content slider*/
	height: 309px;
	z-index:1;
}
