/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * 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: 0px;
	*zoom: 1;
	width: 550px;
	height: 256px;
	margin-top: 0px;
	margin-left: 0px;
}

.bx-wrapper img {
	display: block;
	border-width: 0px;
	width: 550px;
	height: 256px;
	margin-left: 0px;
}

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

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	/*fix other elements on the page moving (on Chrome)*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100px;
	margin-left: 360px;
	margin-top: 16px;
}

/* 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: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	margin-left: 0px;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url(images/prev.png) no-repeat;
	width: 32px;
	height: 256px;
	opacity: 0;
	/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(images/next.png) no-repeat;
	width: 32px;
	height: 256px;
	opacity: 0;
	/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.bx-wrapper .bx-prev:hover {
	opacity: 1;
	/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* IE7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.bx-wrapper .bx-next:hover {
	opacity: 1;
		/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* IE7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

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

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	outline: 0;
	background: url(images/start.png) no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background: url(images/start_h.png) no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	outline: 0;
	background : url(images/stop.png) no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background: url(images/stop_h.png) no-repeat;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100px;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-pager {
	width: 380px;
	height: 50px;
	margin-top: 0px;
	background-color: #3B3B41;
	padding-left: 170px;
}

.bx-pager a img {
	opacity: 0.3;
	position: relative;
	top: 4px;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	right: 0px;
	margin-top: 6px;
	margin-left: 0px;
	border-width: 0px;
	float: left;
	left: 73px;
}  
.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 30px;
	height: 30px;
	display: block;
}
.bx-pager .sn-waku a {
	display: block;
	padding-top: 0px;
	background-color: #6985F0;
	width: 40px;
	height: 20px;
	text-align: center;
	margin-top: 16px;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
	border-radius: 1px;
	left: auto;
	padding-left: 0px;
	opacity: 0.59;
	font: 12px "メイリオ";
}
.bx-pager .sn-waku a.active  {
	border-radius: 1px;
	background-color: #FFCC00;
	opacity: 1;
}
