/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	width:100%;
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;

}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	height:100%;

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/cruise/chugoku/js/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	
}

/* PAGER */


/* DIRECTION CONTROLS (NEXT / PREV) */


#headerArea .bx-wrapper .bx-prev {
	left: 0px;
	background: url(/cruise/chugoku/sp/img/prev.png) no-repeat right center; background-size:36px;
}
#headerArea .bx-wrapper .bx-next {
	right: 0px;
background: url(/cruise/chugoku/sp/img/next.png) no-repeat left center; background-size:36px; }

#headerArea .bx-wrapper .bx-prev:hover {
	background-position: 0 -50px;
}





#headerArea .bx-wrapper .bx-controls-direction a {
	display:block;
	position: absolute;
	top: 0;
	width:40px;
	height:100%;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


