.sliderwrapper
{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
border: solid 1px #618402;
width: 620px; /*width of featured content slider*/
height: 211px;
}



.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: white;
width: 620px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 211px;
 /*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
}

.pagination
{
width: 620px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
border: solid 1px #e5e5e5;
background-color: #e5e5e5;
padding: 0px 0px;
height:20px;
}

.pagination a
{
font-family:Tahoma;
font-size:13px;
padding: 0 5px;
text-decoration: none; 
color: #34616a;
background: #FFFFFF;
height:20px;
}

.pagination a:hover, .pagination a.selected
{
font-family:Tahoma;
font-size:13px;
color: #34616a;
background-color: #ffde00;
}
