.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid;
border-bottom-width: 10px;
width: 510px; /*width of featured content slider*/
height: 270px;
}

.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: #81925c;
border-right: 10px #81925c solid;
width: 400px; /*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{
width: 0px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: brown;
padding: 0px 0px;
}

.pagination a{
padding: 5px 5px;
text-decoration: none; 
color: #81925c;
background: #81925c;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #81925c;
}

#slider4{
border-color: #81925c;
margin-left: 0px;
margin-top:0px;
height: 100%; 
float: left;
clear:both;
}

#paginate-slider4{
background-color: #feda76;
border-color: #feda76;
margin-left: 5px;
padding-top:5px;
float:right;
clear:both;
}

#paginate-slider4 ul{
	list-style:none;
	text-decoration:none;
	margin-top: .5em;
	padding-bottom: .5em;
	float:right;
	width:92px;
	clear:both;
	}
	
#paginate-slider4 ul li{
margin-top:-.25em;
}
		
#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 2px solid #cee19a;
margin-top: 1px;
margin-right:2.5em;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid #81925c;
}

