.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 775px; /*width of featured content slider*/
height: 197px;
text-align:left;
z-index:0;
margin-top:-22px;
background:#4A6C20;
}

.contentdiv{
	text-align:center;
	width:773px;
	height:195px;
	padding:0px;
	background:#4A6C20;
	z-index:1;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
/*background: #D3D3D3;*/
/*width: 775px;*/ /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
/*height: 197;*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination td {
	padding:1px;
	background:#aaa;
}
.pagination{
width: 162px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding-right:12px;
/*background-color: #D3D3D3;*/
position:relative;
top:164px;
left:0px;
z-index:2;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #333;
background: #FFF;
font-size:12px;
font-family: "Trebuchet MS", Tahoma, Arial;
}

.pagination a:hover, .pagination a.selected{
color: #AE8238;
/*background-color: #EBEBEB;*/
}