.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/



width: 700px; /*width of featured content slider*/
height: 150px;
}



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

#paginate-slider4 {
	background-image:url(../images/Homepage/bnr_btm.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 46px;
	text-align: right;
}

.pagination{
	width: 670px;
	text-align: right;
	padding: 8px 0px 5px 10px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	height: 46px;
	margin-right: 20px;

}

#paginate-slider4 a{
     padding: 0 12px 9;
	text-decoration: none;
	color: #B69B88;
	text-align: center;
	vertical-align: middle;
	height: 46px;
}

#paginate-slider4 a:hover, #paginate-slider4 a.selected{
	color: #871E1C;
    text-decoration: none; 
    text-align: center;
	vertical-align: middle;
	height: 46px;
	padding: 0 12px 9;
}