.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 671px; /*width of featured content slider*/
height: 385px;
top:0px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 671px; /*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{
	background-image:url;
	background-position:top;
	background-repeat:repeat-y;
	padding:10px;
	overflow: auto;
	position: absolute;
	top:398px;
	padding-left:190px;
	width:300px;
	visibility: show;
	z-index:100;
}

.pagination a{
padding:  2px 4px;
margin:2px;
text-decoration: none; 
color: #000;
background: #fff;
font-family:Verdana; font-size:15px; font-weight:bold;
	border:#293E00 solid 1px;
    
}

.pagination a:hover, .pagination a.selected{
color: #265E00;
background-color: #ACDA56;

} 
