/*! 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;
  min-width:640px;
  }

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  min-width:640px;
  border: 0;
  }
/***nav_parts***/ 
 #slides{
	position:relative;
	}
#slides .rslides_nav{
	position: absolute;
	height:100%;
	width:20%;
	left:0px;
	top:0px;
	z-index:2;
	}
#slides .rslides_nav span{
	display:block;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-50px;
	width:37px;
	height:100px;
	background:url("left_prev.png");
	}
#slides .next,#slides .next span{
	left: auto;
	right:0px;
	}
#slides .next span{	
	background:url("right_next.png");
	}
/***dot_parts
#ckslide{
	margin-top:20px;
}
***/
.rslides_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: right;
  }

.rslides_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 10px;
  }

.rslides_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: 9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background:url('dot.png')center center no-repeat;
  display: inline-block;
  _display: block;
  *display: block;
  width: 11px;
  height: 11px;
  }

.rslides_here a,
.transparent-btns_here a,
.large-btns_here a {
	background:url('dot_here.png')center center no-repeat;
 }
 
 
 .centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  background:url('dot-2.png');
  display: inline-block;
  _display: block;
  *display: block;
  width: 26px;
  height: 25px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background:url('dot-1.png');
  }
#superslide{
	position:relative;
	overflow:hidden;
}
#superslide .centered-btns_tabs{
	position:absolute;
	right:10px;
	top:10px;
	z-index:999;
}