#slides {
  position: relative;
  height: 420px !important;
  clear: both;
}
#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: 0 auto;
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-navigation .prev i, .slides-navigation .next i {
top: -10px;
position: relative;
left: 10px;
font-size: 38px;
color: rgb(121, 206, 201);
-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}

.slides-navigation i:hover {color: #fff}

.slides-navigation .next i {left: -10px}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -170%;
}
.slides-pagination a.current {
  background: #fff;
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	
	
	
 } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { 
    
   
    
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */



@media only screen and (max-width: 40em) {

#slides {height: 150px !important;    margin-top: 40px;}



 } /* max-width 640px, mobile-only styles, use when QAing mobile issues */
