@charset "utf-8";
/* CSS Document */

a{
	color: #FFF;
}
ul, ul li, ul li img{
	list-style-type:none;
	margin:0;
	padding:0
}
ul li{
	list-style-type:none;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;  
  overflow: hidden;
}

.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slide {
  height: 100%;
  float: left;
  clear: none;
  line-height:0;
}
ul li.slide img {
	width:100%;
}
.slider-arrow {
  position: absolute;
  display: block;
	width:11px;
	height:15px;
	text-indent:-9999px;
}
.slider-arrow--right {
	position: absolute;
  bottom: 30px;
  right: 43%;
	background: url(../images/btn_slide_right.png) no-repeat;
}
.slider-arrow--left {
  bottom: 30px;
  left: 43%;
	background: url(../images/btn_slide_left.png) no-repeat;
}
.slider-nav {
  position: absolute;
  bottom: 30px;
}
.slider-nav__item {
  width: 14px;
  height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  float: left;
  clear: none;
  display: block;
  margin: 0 10px;
  background: #cccccc;
}

/*.slider-nav__item:hover {
  background: #00abd0;
}*/

.slider-nav__item--current {
  background: #00abd0;
}

@media screen and (max-width: 767px){
	.slider {
		background-color:#000;
		padding-bottom:50px;
	}
	.slider-arrow--right {
	  bottom: 18px;
	  right: 35%;
	}
	.slider-arrow--left {
	  bottom: 18px;
	  left: 35%;
	}
	.slider-nav {
	  bottom: 18px;
	}
}
