.sliderwrapper{ position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 750px; /*width of featured content slider*/
height: 250px; border: solid 0 #666338; }



.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: 750px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%; padding: 0; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; }

.pagination{ width: 350px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right; background-color: #807c48; background-image: url(background.jpg); height: 20px; float: right; padding: 3px 5px; }

.pagination a{ padding: 0 5px; text-decoration: none; color: #00007d; background: #9dabc0; }

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #8996aa;
}
.sheader { color: white; font-size: 25px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: left; text-indent: 25px; top: 12px; }
.stext { color: silver; font-size: 18px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; top: 100px; right: 55px; float: left; }
