.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 636px; /*width of featured content slider*/
height: 333px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 636px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 333px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 504px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:left;
height:35px;
margin:0px 0px 0px 0px;
padding:5px 0px 0px 0px;
float:left;
}

.pagination a{
margin:0px 0px 0px 0px;
padding: 3px 8px 3px 8px;
border:1px solid #000000;
text-decoration: none; 
color: #707070;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #f5891f;
border:1px solid #502701;
}

.morelinkgallery {
    width:132px;
    height:38px;
    float:right;
}