/*! 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;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  /*width: 100%;*/
  border: 0;
  }

.upload_views_container a.rslides_nav {
  position:absolute;
  display: block;
  top: 50%;
  margin-top: -78px;
  width: 76px;
  height: 112px;
  cursor: pointer;
  z-index: 2;
  background-image: url(../images/buttons.png);
  background-repeat: no-repeat;
}
.rslides_nav.prev{
  left: -100px;background-position: 0 0;
}
.rslides_nav.next{
  right: -100px;background-position: -76px 0;
}
.rslides_nav.prev:hover{background-position: 0 -112px;}
.rslides_nav.next:hover {background-position: -76px -112px;}
.rslides_tabs{
  display: none;
}
.rslides p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #666\9;
}
.rslides  a{
  display: inline-block;
  width:800px;
  height:450px;
}