.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 1px;
width: 486px; /*width of featured content slider*/
height: 322px;
/*z-index:899;*/
}



.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: 486px; /*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: 486px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: transparent;
padding: 5px 10px;
}

.pagination a{
padding-top:3px;
padding-bottom:5px;
padding-left:9px;
padding-right:9px;
text-decoration: none; 
color: #4c4847;
background: white;
font-family:Georgia;
font-size:16px;
display:inline-block;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #cc5d50;

}

#paginate-slider1 {
  position:absolute;
  z-index:999;
  top:270px;
  left:20px;
}


.sliderwrapper_sli2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 1px;
width: 789px; /*width of featured content slider*/
height: 282px;
/*z-index:899;*/
}



.sliderwrapper_sli2 .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: 789px; /*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;
}

#paginate-slider2 {
  position:absolute;
  z-index:9888;
  top:183px;
  left:0px;
  display:none;
}
