.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #000000;
border-bottom-width: 2px;*/
width: 535px; /*width of featured content slider*/
height: 190px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: transparent;
width: 530px; /*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;
}

.pagination{
width: 526px; /*Width of pagination DIV. Total width should equal slider's outer width (400+1+1=402)*/
text-align: left;
background-color: #F4E8C0;
padding: 0px 5px;
}

.pagination a{
padding: 0 1px;
text-decoration: none; 
color: #394960;
background: #F4E8C0;
}

.pagination a:hover, .pagination a.selected{
color: #394960;
font: bold 12px Verdana;
}


/*Ajax tabs settings*/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.contentstyle{
font: 8px;
border: 2px solid #394960;
width: 520px;
margin-bottom: 1em;
padding: 5px;
}
