#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
   margin: -40px auto 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
}
.slides-navigation a {
    background-color: #000 !important;
    display: block;
    height: 70px;
    position: absolute;
    width: 70px;
}
.slides-navigation a.prev {
   background-image: url("../images/prev.png");
  background-position:15px center;
    background-repeat: no-repeat;
    left: 0;
}
.slides-navigation a.next {
   right: 0;
   background-image: url("../images/next.png");
    background-repeat: no-repeat;
   background-position: 21px center;
}

.slides-pagination {
 background-color: rgba(0,0,0,.6);
    border-radius: 20px;
   margin-top: -50px !important;
    display: table;
    left: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 6px 4px!important;
    right: 0;
    text-align: center;
    top: auto;
    z-index: 3;
    width: auto!important;
    float: none!important;
}
.slides-pagination a {
   border: 2px solid #7d7d7d!important;
    border-radius: 15px;
    display: inline-block;
    height: 10px;
    margin: 0 7px;
    overflow: hidden;
    text-indent: -999px;
    vertical-align: middle;
    width: 10px;
}
.slides-pagination > a:after {
    background-color: rgba(127,127,127, 0.4);
    content: " ";
    display: block;
    height: 100%;
    margin: 0 19px;
    position: absolute;
    top: 0;
    width: 1px;
}
.slides-pagination a:last-child:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.slides-pagination a.current {
    background: none repeat scroll 0 0 #1AB899;
    border: 0 none;
    padding: 2px;
    border: none!important;
}
 .slides_description{
     color: #FFFFFF;
    text-align: center;
      position: absolute;
    width: 100%;
    min-height: 100px;
     clear: both;
}
#box_layout .slides_description{
   width: auto!important;
}
.slides_description h3{
    color: #FFFFFF;
    display: block;
    font-size: 3em;
    font-weight: bold !important;
    line-height: 100%;
}
.slides_title_description {
      text-align: center;
}
.slides_description p{
    color: #FFFFFF;
    font-size: 1.3em;
    line-height: 120%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 3px 3px 5px rgba(0, 0, 0, 0.1);
      padding-bottom:0;
    margin-bottom: 0px; 
}