.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
/*opacity:1;*/
border-bottom-width: 0px;
width: 986px; /*width of featured content slider*/
height: 375px;
margin:0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
margin:0px;
width: 986px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
/* filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);
-moz-opacity: 0;
opacity: 0; */
}

.pagination{	
	width: 986px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	position:relative;
	z-index:999;
	margin-top: -340px;
	padding-bottom: 320px;
	/*opacity:0.8;
	filter:alpha(opacity=80);*/
	margin-left:-65px;
	border: 0px;
}

#paginate-slider1 a img{
display:inline-block;
width: 25px;
height: 30px;
border: none;
margin: 0px;
padding: 0px;
border: 0px;
}



.pagination a{
	display:inline-block;
	width: 25px;
	height: 30px;
	padding:0px;
	margin:0px;
	border: 0px;
	text-decoration: none;
	background-image: url(../images/button_bg.html);
	background-position: top;
	background-repeat: no-repeat;
}

.pagination a:hover, .pagination a.selected{
display:inline-block;
	padding:0px;
	margin:0px;
	border: 0px;
width: 25px;
height: 30px;
color: #000;
/*background-color: #FEE496;*/
background: url(../images/button1_over.html);
	background-repeat: no-repeat;
	background-position: top;

}