@charset 'UTF-8';
/* Slider */
/* Arrows */
.slider button.slick-prev, .slider button.slick-next, .slider2 button.slick-prev, .slider2 button.slick-next{
	position: absolute;
	top: 69%;
	display: block;
	width:15px;
	height:42px;
	padding: 0;
	margin-top: -20px;
	outline:none;
	border:none;
	z-index:9;
	cursor:pointer;
	}
.slider button.slick-prev{
	left: 0;
	background:url(../images/previous.png) no-repeat left center;
	}
.slider button.slick-next{
	right:0;
	background:url(../images/next.png) no-repeat left center;
	}
.slider2 button.slick-prev{
	background:url(../images/slider2-pre.png) no-repeat left center;
	width:46px;
	height:46px;
	top: 39%;
	left: 0;	
	}
.slider2 button.slick-next{
	background:url(../images/slider2-nxt.png) no-repeat left center;
	width:46px;
	height:46px;
	top: 39%;
	right:0;	
	}

/* Dots */
.slick-slider{margin-bottom: 30px;}
.slick-dots{
	position: absolute;
	top:0;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	}
.slick-dots li{
	position: relative;
	display: inline-block;
	width:80px;
	height:80px;
	margin: 0 131px;
	padding: 0;
	cursor: pointer;
	list-style:none; 
	}
.slick-dots li button{ 
	position: absolute;
	top:18px;
	font-size: 0;
	line-height: 0;
	display: block;
	width:80px;
	height:80px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	}
.slick-dots li:nth-child(1) button{background: url(../images/one.png) center top no-repeat;}
.slick-dots li:nth-child(2) button{background: url(../images/two.png) center top no-repeat;}
.slick-dots li:nth-child(3) button{background: url(../images/three.png) center top no-repeat;}
.slick-dots li button:before{
	font-family: 'slick';   
	position: absolute;
	top:0;
	left: 0;
	width:80px;
	height:80px;
	content: '•';
	text-align: center;
	opacity: -10;
	border-radius:50%;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background:none;
	}
.slick-dots li.slick-active button:before{
	opacity: 1.0;
	color: black;
	background: url(../images/1-hover.png) center top no-repeat;
	}
.slick-dots li:nth-child(2).slick-active button:before{background: url(../images/2-hover.png) center top no-repeat;}
.slick-dots li:nth-child(3).slick-active button:before{background: url(../images/3-hover.png) center top no-repeat;}
