

.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:10px;
	right:0;
	width: 100%;
	
}


.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    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;
}

#main_visual2 .bx-wrapper .bx-pager.bx-default-pager a {
	
	background: #605a4a;
	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;main_visual2
}

#main_visual2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main_visual2 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c1b38e;
	width: 25px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {left:276px;background: url(../img/main/mainbtnleft.png) no-repeat;}
.bx-wrapper .bx-next {right: 276px;background: url(../img/main/mainbtnright.png) no-repeat;}
 
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	/*margin-top: -30px;*/
	outline: 0;
	width: 40px;
	height: 40px;
	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;
}
