.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid white;
border-bottom-width: 6px;
width: 540px; /*width of featured content slider*/
height: 270px;
}


.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: 540px; /*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;
}

.contentdiv img { margin-right:15px; max-width:300px; max-height:300px;}
.contentdiv h2 { margin-bottom:15px;}
.pagination { width: 540px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/ text-align: left; background-color: #e1e1e1; padding: 9px 10px 5px 10px; margin-top: 2px; }

.pagination a { padding: 4px 6px 4px 6px; text-decoration: none; color: #000; background: #e1e1e1;  border: solid 1px #ccc; background: #333333 url('../images/btn-u.jpg') repeat-x; font-size:11px; }

.pagination a:hover, .pagination a.selected {background: #333333 url('../images/btn-o.jpg') repeat-x; color: #000; border: solid 1px #ccc; text-decoration:none; }