@charset "UTF-8";

/*****************************************
			Main Visual Slider
*****************************************/
#mainVisual {
	width: 882px;
	height: 245px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	border: 0;
}
#mainVisual .slide {
	width: 882px;
	height: 245px;
	overflow: hidden;
}
#mainVisual img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
.bx-pager {
	width: 878px;
	height: 12px;
	position: absolute;
	left: 4px;
	bottom: 8px;
	text-align: left;
}
.bx-pager-item {
	width: 12px;
	height: 12px;
	margin: 0 6px;
	text-align: center;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.bx-pager-link {
	background: url(../img/pager.png) 0 0 no-repeat;
	width: 12px;
	height: 12px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.bx-pager-link.active,
.bx-pager-link:hover { background-position: -12px 0;}
/*
#mainVisual .bx-prev,
#mainVisual .bx-next {
	display: block;
	width: 80px;
	height: 79px;
	background: url(../img/contents/slider_arw.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 65px;
	z-index: 50;
}
#mainVisual .bx-prev {
	background-position: 0 0;
	left: -12px;
}
#mainVisual .bx-prev:hover { background-position: 0 -79px; }
#mainVisual .bx-next {
	background-position: -80px 0;
	right: -12px;
}
#mainVisual .bx-next:hover { background-position: -80px -79px; }
#mainVisual .bx-controls-auto {
	width: 38px;
	height: 16px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3333;
}
#mainVisual .bx-start,
#mainVisual .bx-stop {
	background: url(../img/contents/btn_move.png) 0 0 no-repeat;
	width: 38px;
	height: 16px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#mainVisual .bx-start { background-position: -38px 0; }
#mainVisual .bx-start:hover { background-position: -38px -16px; }
#mainVisual .bx-stop { background-position: 0 0; }
#mainVisual .bx-stop:hover { background-position: 0 -16px; }
*/