.gallery {

	margin: 0 0 20px;

	position: relative;

}

.gallery .holder {

	width: 100%;

	position: relative;

	overflow: hidden;

	z-index: 2;

}

.gallery .holder ul {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 30000px;

}

.gallery .holder ul li {

	float: left; 

	

}



.next,

.prev {

	position: absolute;

	right:0;

	top:0;

	margin-top: -65px;

	width: 35px;

	height: 42px;

	background: url(../images/next-butn.jpg) no-repeat;

	z-index: 20;

	overflow: hidden;

	text-indent: -9999px;

	outline: none;

	cursor: pointer;

}

.next-disable { background: url(../images/btn-next-disable.png) no-repeat; }

.prev {

	background: url(../images/prewiew-butn.jpg) no-repeat;

	right: auto;

	right:40px;

}

.prev-disable { background: url(../images/btn-prev-disable.png) no-repeat; }

.stop,

.start {

	background: url(../images/btn-pause.png) no-repeat;

	overflow: hidden;

	text-indent: -9999px;

	width: 30px;

	height: 30px;

	float: left;

	margin: 0 0 0 10px;

	outline: none;

	cursor: pointer;

}

.stopped .start { background: url(../images/btn-play.png) no-repeat; }

.start,

.no-active .start {

	margin: 0;

	background: url(../images/btn-play-disable.png) no-repeat;

}

.stopped .stop { background: url(../images/btn-pause-disable.png) no-repeat; }









/***********************************************************************************************************************/



.rslides {

  position: relative;

  list-style: none;

  overflow: hidden;

  width: 100%;

  padding: 0;

  margin: 0;

  }



.rslides li {

  position: absolute;

  display: none;

  width: 100%;

  left: 0;

  top: 0; position:relative;

  }



.rslides li:first-child {

  position: relative;

  display: block;

  float: left;

  }



.rslides img {

  display: block;

  height: auto;

  float: left;

  width: 100%;

  border: 0;

  }

  

  

.rslides {

  margin: 0 auto 0;

  }



.rslides2 {

  box-shadow: none;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  margin: 0 auto;

  }



.rslides_tabs {

  list-style: none;

  padding: 0;

  font-size: 18px;

  list-style: none;

  margin:0;

  padding: 10px 0;

  position:absolute;

  right:25px;

  bottom:2px;

  }



.rslides_tabs li {

  display: inline;

  float: none;

  margin-right: 5px;

  }



.rslides_tabs a {

  width:17px;

  height:20px;

  line-height: 20px;

  padding:0;

  background:url(../images/pager.png) no-repeat;

  display: inline-block;

  text-indent:-99999px;

  }



.rslides_tabs li:first-child {

  margin-left: 0;

  }



.rslides_tabs .rslides_here a {

  background-position:-16px 0;

  color: #fff;

  font-weight: bold;

  }
  
 