.bx-wrapper {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	text-transform: uppercase;
	width: 600px;
}
#carousel-bottom a, #carousel-top a {
	background-position: 0 25%;
	background-size: cover;
	color: #fff;
	display: block;
	height: 278px;
}
#carousel-bottom a {
	height: 484px;
}
#carousel-bottom span {
	width: 820px;
}
#carousel-bottom span, #carousel-top span {
	background: url(../images/point.png);
	bottom: 0;
	display: block;
	padding: 20px;
	position: absolute;
}
.carousel-bottom .bx-wrapper {
	height: 484px;
	margin: 0;
	width: 860px;
}
.carousel-bottom-pager a, .carousel-top-pager a {
	background-position: center;
	background-size: cover;
	display: inline-block;
	height: 112px;
	margin: 10px 6px 0 0;
	opacity: .50;
	width: 112px;
}
.carousel-bottom-pager a {
	height: 164px;
	width: 164px;
}
.carousel-bottom-pager a.active, .carousel-top-pager a.active {
	opacity: 1;
}
.carousel-bottom-pager a:hover, .carousel-top-pager a:hover {
	opacity: .75;
}
.carousel-bottom-pager a:last-child, .carousel-top-pager a:last-child {
	margin-right: 0;
}
.carousel-top-pager a:first-child {
	margin-left: 20px;
}