.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 0px;
width:732px; /*width of featured content slider*/
height:255px;
}


.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:none;
width:732px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:235px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width:732px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:left;
padding:0;
padding-top:2px;
height:18px;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
font-family:arial;
font-size:12px;
font-weight:bold;
color: #fff;
background: #545454;
border:1px solid #fff;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #f06801;
}


#paginate-slider1{
	position:relative;
	float:left;
	width:731px;
	height:30px;
}
.pagination{
	position:relative;
	float:left;
	width:731px;
	height:30px;
}
