/**
 * 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;
	margin: 0 auto;
	width:100%;
	padding: 0;
	height:710px;
	*zoom: 1;
}

.bx-wrapper img {
	margin:0 auto;
	display: block;
}

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

.bx-wrapper .bx-viewport {
	/*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
    	position:relative;
    	overflow:hidden;
    	height:247px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/common/js/bxslider/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 {
	/*
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	*/
	display:inline-block;
	vertical-align:middle;
	*zoom: 1;
	*display: inline;
	width:auto;
	text-align:right;
	padding-right:5px;
	z-index:999;
}
.bx-wrapper .bx-controls {
	position:absolute;
	top:640px;
	font-size:0;
	text-align:center;
	padding:0;
	width:100%;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align:middle;
	*zoom: 1;
	*display: inline;
	/*display: inline-block;
	*zoom: 1;
	*display: inline;
	height:17px;*/
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color:#fff;
	text-indent: -9999px;
	display: block;
	box-sizing:border-box;
	width: 12px;
	height: 12px;
	border-radius:6px;
	margin:0 3px;
	outline: 0;
	border:1px solid #bdbdbd;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color:#cdd903;
	border:0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a.bx-prev {
	/*position: absolute;
	top: 50%;
	left:50%;
	margin:-17px 0 0 -537px;*/
	float:left;
	display:block;
	text-indent:-9999px;
	width:20px; 
	height:40px;
	background:url(/images/main/btn_ar_prev.png) no-repeat 0 0;	
}

.bx-wrapper .bx-controls-direction a.bx-next {
	/*position: absolute;
	top: 50%;
	right:50%;
	margin:-17px -537px 0 0;*/
	float:right;
	display:block;
	text-indent:-9999px;
	width:20px; 
	height:40px; 
	background:url(/images/main/btn_ar_next.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction {
	/*position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;*/
	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: 9px;
	height: 12px;
	margin-left:3px;
	outline: 0;
	background: url(/ManageSites/SUNJIN/images/main/bg_control.png) no-repeat  0 100%;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position-y:0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 12px;
	margin-left:3px;
	outline: 0;
	background: url(/ManageSites/SUNJIN/images/main/bg_control.png) no-repeat 100% 100%;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position-y:0;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls .bx-has-controls-auto .bx-has-pager .bx-pager {
	margin:0 auto;
	width:auto;
	text-align: center;
	padding:0 30px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	display:inline-block;
	vertical-align:middle;
	*zoom: 1;
	*display: inline;
	width:9px;
	height:12px;
	z-index:999;	
}

/* 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;
}
