@charset "utf-8";
/* CSS Document */


.swiper-button-prev
{
	background-image: url(../images/icon/circle-left.png);
	width:32px;
	height:32px;
	background-size: 32px 32px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	-khtml-opacity: 0.4;
}
.swiper-button-next
{
	background-image: url(../images/icon/circle-right.png);
	width:32px;
	height:32px;
	background-size: 32px 32px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	-khtml-opacity: 0.4;
}

.swiper-pagination-bullet-active
{
	background: #800000 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction
{
	left:10% !important;
}