@charset "UTF-8";
/* CSS Document */

.hide {
	display: none;
}

.show {
	display: block;
}

.apslide {
	padding: 0 0 0 0;
}

.apslide li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	cursor: pointer;
}

.apslide_dot_wrapper {
	padding-top: 20px;
}

.apslide_dot {
	background: #ccd7d0;
	text-indent: -9999px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.apslide_dot_current, .apslide_dot:hover {
	background: #5f6062 !important;
	border: 0;
}
