@charset "utf-8";
/**
 * 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 {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

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

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

/* ------------ carousel ------------ */

#carousel .bx-wrapper { margin: 0 auto !important;}
.ie6 #carousel { text-align:right;}
.ie6 #carousel .bx-wrapper { width:713px;}

/* DIRECTION CONTROLS (NEXT / PREV) */
#carousel .bx-wrapper .bx-prev {
	left: -20px;
	background: url(/images/bx_controls_crl.png) no-repeat 0 0;
}
#carousel .bx-wrapper .bx-next {
	right: -20px;
	background: url(/images/bx_controls_crl.png) no-repeat -17px 0;
}
#carousel .bx-wrapper .bx-prev:hover { background-position: 0 -60px;}
#carousel .bx-wrapper .bx-next:hover { background-position: -17px -60px;}
#carousel .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0;
	outline: 0;
	width: 17px;
	height: 60px;
	text-indent: -9999px;
	z-index: 500;
}
.ie6 #carousel .bx-wrapper .bx-controls-direction a { color:#1467b3;}
.ie6 #carousel .bx-wrapper .bx-controls-direction a:hover { color:#70a2d0;}
#carousel .bx-wrapper .bx-controls-direction a.disabled {	display: none;}


#carousel .bx-controls-auto{
	display:block;
	margin-right: -20px;
	margin-bottom: 20px;
}

#carousel .bx-controls-auto-item{
	position: relative;
	margin:10px;
}

#carousel .bx-start,
#carousel .bx-stop{
	position: absolute;
	right: 160px;


}


#carousel .bx-ichiran{
	position: absolute;
	right: 10px;

}

.bx-controls-auto:after{
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;

}
