

.mv_wrap {position: relative;height:630px;margin-top:-19px;z-index:10;}
.mv_wrap_cover {position:absolute;left:50%;margin-left:-1000px;width:2000px;height:630px;}
.bx-wrapper {
	position: relative;
	width:2000px;
	margin: 0 auto 0 auto;
	padding: 0;
	*zoom: 1;
	text-align:center;
}

.bx-wrapper img {
	
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top:90%;
	right:0;
	width: 100%;
	
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	font-size:0;
	outline: 0;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 0px solid #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a2bef6;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {left:-30px;background: url(../img/comm/btn_prev.png) no-repeat;}
.bx-wrapper .bx-next {right: -30px;background: url(../img/comm/btn_next.png) no-repeat;}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:50%;
	margin-top: -30px;
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
	position: absolute;
	bottom:0;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 63px;
	height: 63px;
	margin:0 5px;
	background: url(/img/mv_roll/controls.png) -189px 0 no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -189px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	width: 63px;
	height: 63px;
	margin:0 5px;
	background: url(/img/mv_roll/controls.png) -126px 0 no-repeat;
	display: block;
	text-indent: -9999px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -126px 0;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: right;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 560px;
	bottom:20px;
	width:146px;
}
