@charset "utf-8";

/* Slider */
.slick-loading .slick-list {
	background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}
/* Dots */
.slick-slider {
	margin-bottom: 40px;
}
.slick-dots {
	position: absolute;
	bottom: -40px;
	left:-1px;
	display: block;
	width:960px;
	padding: 15px 0 14px 0;
	list-style: none;
	text-align: center;
	background-color:#333;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	text-indent:-9999px;
	background:url(../img/controlPaging.png) 0 0 no-repeat;
}
.slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li.slick-active button {
	outline: none;
	background-position:0 -12px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}


#stBtn{
	position:absolute;
	margin-top:-42px;
	left:918px;
}

  
#stBtn:hover {
	cursor: pointer;
}

#startBtn{
	display:block;
	width:42px;
	height:41px;
	background:url(../img/bg_play_pause.gif) 0 -41px no-repeat;
	text-indent:-9999px;
}

#stopBtn{
	display:block;
	width:42px;
	height:41px;
	background:url(../img/bg_play_pause.gif) 0 0 no-repeat;
	text-indent:-9999px;
}
