/*! 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;
  }
.rslides_tabs {
  list-style: none;
  padding: 0; 
  max-width: 540px;
  /*padding: 5px 5px 4px 5px;*/
  text-align: center;
  }
 .rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }
#slider-list{
	margin-top:10px;
	width:auto;
	margin:0 auto;
	position: relative;
	margin-top: 5px;
	}
#slider-list a {
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration:none;
}

#slider-list img {
  float: left;
}

#slider-list .rslides_here a {
	background-repeat: no-repeat;
}
#slider-list a {
  padding:0;
  width:15px;
  height:15px;
}
#right .prev{
	color:#FFF;
	border:10px;
	}
.cknone{
	display:none;
	}
/******/
#dot{
	position:absolute;
	right:10px;
	bottom:-5px;
	z-index:2;
	}
/***********nav*************/
.pic{
	position:relative;
	}
.pic:hover .rslides1_nav  {
	display:block;
	}
.pic .rslides1_nav  {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:50%;
margin-top:-20px;
left:60px;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 40px;
width: 22px;
background: transparent url("slider-prev.png") no-repeat left top;
display:none;
}
.pic .rslides1_nav.next {
background: transparent url("slider-next.png") no-repeat left top;
right:60px;
left:auto;
}
/***********nav_end*********/