/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  position: relative;
  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;
  }

.centered-btns_nav {
    background: url("../img/gallery_navi.png") no-repeat scroll left top transparent;
    height: 80px;
    left: 0;
    margin-top: -40px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 70px;
    z-index: 3;
    outline: none;
}

.centered-btns_nav a {
 	outline: none;	
} 

.centered-btns_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}

.centered-btns_tabs {
	list-style:none;
	width:240px;
	margin:0 auto;
	padding:0;
	position:relative;
	top:-40px;
	z-index: 6000;
}


.centered-btns_tabs li {
	width:32px;
	height:32px;
	float:left;
	margin:0 4px;
	padding:0;	
}

.centered-btns_tabs li a {
	width:32px;
	height:32px;
	display:block;
	text-indent:-99999px;
	border:2px solid #49494a;	
	background-size:contain;
	outline: none;
}

.centered-btns_tabs li.centered-btns_here a{
	border:2px solid #FFF;	
} 

.centered-btns_tabs li a.centered-btns1_s1 {
	background: url("../img/gallery/product01_thumb.jpg") 0 0 no-repeat transparent;
	background-size:contain;
}

.centered-btns_tabs li a.centered-btns1_s2 {
	background: url("../img/gallery/product02_thumb.jpg") 0 0 no-repeat transparent;
	background-size:contain;
}

.centered-btns_tabs li a.centered-btns1_s3 {
	background: url("../img/gallery/product03_thumb.jpg") 0 0 no-repeat transparent;
	background-size:contain;
}

.centered-btns_tabs li a.centered-btns1_s4 {
	background: url("../img/gallery/product04_thumb.jpg") 0 0 no-repeat transparent;
	background-size:contain;
}

.centered-btns_tabs li a.centered-btns1_s5 {
	background: url("../img/gallery/product05_thumb.jpg") 0 0 no-repeat transparent;
	background-size:contain;
}

.centered-btns_tabs li a.centered-btns1_s6 {
	background: url("../img/gallery/product06_thumb.jpg") 0 0 no-repeat transparent;
	background-size:contain;
}






