.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
min-height: 380px;
margin: 30px 0px 5px 0px;
}



.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: 100%; /*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;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
min-height: 440px;
margin: 30px 0px 5px 0px;
}



.sliderwrapper2 .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: 100%; /*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
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -border-radius: 8px;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #ffffff;
padding: 0px 10px 0px 0px;
}

.pagination a{
padding: 0px 3px 0px 3px;
text-decoration: none; 
color: #aaa;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #ec3d80;
}



.rslides, #slider2 {
  margin: 0 0 0 0;
  z-index:5;
  }

#slider3
{
    height: 440px;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(255,255,255,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: right;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  color:#aaa;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background:rgba(236, 61, 128, 0.91);
  color: #fff;
  font-weight: bold;
  }
