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

.wrapper
{
	position: relative;
	background: url(camera-loader.gif) no-repeat center;
}

.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;
}

.rslides_nav
{
	cursor: pointer;
	width: 54px;
	height: 65px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 2;
	font-size: 0;
}

.prev 
{
	left: -50px;
	background: url(btn_prev.png) no-repeat center;
}

.next 
{
	right: -50px;
	background: url(btn_next.png) no-repeat center;
}