/**
 * 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
===================================*/

.topSlider .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	height: 500px;
}
.topSlider .bx-wrapper ul li,
.topSlider .bx-wrapper ul li a {
	display: block;
	width: 100% !important;
	height: 500px;
}
.topSlider .bx-wrapper ul li a {
	position: relative;
}
.topSlider .bx-wrapper img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 1600px;
}



/** THEME
===================================*/
.topSlider .bx-wrapper .bx-viewport {
	overflow: visible !important;
	/* height: auto !important*/
	height: 500px;
}


.topSlider .bx-wrapper .bx-pager,
.topSlider .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.topSlider .bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}

/* PAGER */

.topSlider .bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	color: #666;
	position: absolute;
	bottom: -40px;
	text-align: center;
	right: 0;
}

.topSlider .bx-wrapper .bx-pager .bx-pager-item,
.topSlider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.topSlider .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 37px;
	height: 16px;
	line-height: 16px;
	outline: 0;
	font-size: 16px;
	border-right: solid 1px #ccc;
}
.topSlider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.topSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
	color: #a096c3 !important;
}
.topSlider .bx-wrapper .bx-pager.bx-default-pager .last-child a {
	border-right: none;
}


/* CUSTOM CONTROLS (NEXT / PREV)  */
#contents .bx-wrapper .bx-pager.bx-default-pager #prev2Btn,
#contents .bx-wrapper .bx-pager.bx-default-pager #next2Btn {
	display: inline-block;
	cursor: pointer;
	padding: 0px 5px;
	line-height: 16px;
	height: 16px;
	font-size: 16px;
}



/* DIRECTION CONTROLS (NEXT / PREV) 

.bx-controls-direction {
	bottom: -15px;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.bx-controls-direction a {
	position: absolute;
}
.topSlider .bx-wrapper .bx-prev {
	width: 30px;
	height: 30px;
	display: block;
	top: 0;
	left: 400px;
	margin: auto;
	font-size: 0;
}
.topSlider .bx-wrapper .bx-prev:after {
	content:"<";
	text-indent: 0;
	width: 30px;
	height: 30px;
	font-size: 18px;
}

.topSlider .bx-wrapper .bx-next {
	width: 30px;
	height: 30x;
	display: block;
	top: 0;
	right: 400px;
	margin: auto;
	font-size: 0;
}
.topSlider .bx-wrapper .bx-next:after {
	content:">";
	text-indent: 0;
	width: 30px;
	height: 30px;
	font-size: 18px;
}
.topSlider .bx-wrapper .bx-prev:hover,
.topSlider .bx-wrapper .bx-next:hover {
	opacity: 0.5;
}
.topSlider .bx-wrapper .bx-controls-direction a {
}
.topSlider .bx-wrapper .bx-controls-direction a.disabled {
	opacity: 0.2;
}
*/





/* AUTO CONTROLS (START / STOP) 

.topSlider .bx-wrapper .bx-controls-auto {
	text-align: center;
}

.topSlider .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../../../sp/common/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.topSlider .bx-wrapper .bx-controls-auto .bx-start:hover,
.topSlider .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.topSlider .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../../../sp/common/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.topSlider .bx-wrapper .bx-controls-auto .bx-stop:hover,
.topSlider .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
*/

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT 

.topSlider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.topSlider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
*/

/* IMAGE CAPTIONS 

.topSlider .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.topSlider .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
*/