/**
 * 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 {
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	height:auto;
	display: block;
	margin:0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 5%;
	left: 0;
	z-index: 200;
}
@media only screen and (max-width:720px) {
.bx-wrapper .bx-loading {
	background-size:16px 16px;
}
}


/* PAGER */

.bx-controls{
	text-align:center;
	position:absolute;
	bottom:7px;
	left: 50%;
	margin-left:-50px;
	z-index: 100;
}
.bx-pager{
	width:auto;
	margin:10px auto 0 auto;
	display:inline-block;
}

.bx-pager-item{
	float:left;
	margin-right:11px;
}

a.bx-pager-link{
	width:11px;
	height:11px;
	background:#ccc;
	border-radius: 6px;
	text-indent:-9999px;
	display:block;
	outline: none;
}
@media only screen and (max-width:690px) {
.bx-controls{
	margin-left:-35px;
}
.bx-pager-item{
	margin-right:4px;
}
a.bx-pager-link{
	width:8px;
	height:8px;
	border-radius: 4px;
}
}
a.bx-pager-link.active{background:#9A353C;}

/* DIRECTION CONTROLS (NEXT / PREV) */

a.bx-prev, a.bx-next{
	width: 81px;
	height: 30px;
	outline: 0;
	text-indent: -9999px;
	position: absolute;
	top: 47%;
	z-index: 100;
}

a.bx-prev {
	left:50%;
	margin-left:-500px;
}
a.bx-next {
	right:50%;
	margin-right:-500px;
}


@media only screen and (min-width:721px) and (max-width:1019px) {
	a.bx-prev { left:10px; margin-left:0;}
	a.bx-next { right:10px; margin-right:0;}
}
@media only screen and (max-width:750px) {
	a.bx-prev { display:none;}
	a.bx-next { 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: 10px;
	height: 11px;
	outline: 0;
	background: url(../image/common/bx_image/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../image/common/bx_image/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* 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: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


#mainimage_in li{
	width:100%;
	height:auto;
}
