.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 100%; /*width of featured content slider*/
height: 175px;
margin-left:-10px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 20px;  /*leave as is*/
top: 3;  /*leave as is*/
width: 100%; /*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;
}

.contentdiv a{
	color:#FFF;
}

.pagination{
width: 462px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: #999;*/
padding: 1px 0px;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:0.75em;

}

.pagination a{
padding: 0 1px;
text-decoration: none; 
color: white;
background: #000000;
}

.pagination a:hover, .pagination a.selected{
color: gold;
background-color: #960;
}

#layer_page 
{
	/*overflow: hidden;*/
	display:block;
	margin-top:-170px;
	margin-left:10px;
	z-index:100;
	position: absolute; /*leave as is*/

	}
	