/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding-left:80px;
  padding-right:80px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_nav{
    z-index: 3;
    position: absolute;
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: url("../image_project/image_design/themes.gif") no-repeat scroll left 50% #000;
    width: 38px;
}
.rslides_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0px;
}
.rslides_nav.prev {
    left: auto;
    background-position: left 50%;
    left: 0px;
}
.rslides_container {
    position: relative;
    float: left;
    width: 100%;
}