.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #DBC9B1;
border-bottom-width: 6px;
width: 685px; /*width of featured content slider*/
height: 260px;
margin-top: 10px;
}



.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: #EDE5DA;
width: 685px; /*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-left {float: left; width: 450px; height: 260px; margin-left: -5px; margin-top: -5px; }
#contentdiv-right {float: right; background: #F7F7F7; width: 210px; padding-left: 15px; padding-right: 15px; padding-top: 10px; padding-bottom: 10px; height: 240px; text-align: center; }
#contentdiv-right p {text-align: justify;  font-size: 14px;}
#contentdiv-right h3{font-size: 18px; padding-bottom: 3px; border-bottom: 2px solid #9B161B; margin-bottom: 10px;}

