.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 560px; /*width of featured content slider*/
height: 245px;
margin-left:5px;
}



.sliderwrapper .contentdiv{
	/*background-color:#98c842;*/
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px 0px 0px 2px;
width: 550px; /*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);
filter: DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
text-align:center;
}

.sliderwrapper .contentdiv .dynamictext {
	padding-top: 5px;
}

.pagination{
width: 542px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px 9px 0px 9px;
margin-left:5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
border: 1px solid #608524;
background-color: #95c73d;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #608524;
}
