.bx-wrapper {
	*zoom: 1;
	margin: 0 auto 0px;
	padding: 0;
	position: relative; }
 
.viwed-slider .bx-wrapper { margin-left: 0!important; }
 
.bx-wrapper img {
	display: block;
	max-width: 100%; }
 
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	background: #fff;
	left: 0;
	top: 0; }
 
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 20px;
	position: absolute;
	width: 100%; }
 
.bx-wrapper .bx-controls-auto { right: 17px; }
 
/* LOADER */
.bx-wrapper .bx-loading {
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	left: 0;
	min-height: 50px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000; }
 
/* PAGER */
.bx-wrapper .bx-pager {
	color: #666;
	font-family: Arial;
	font-size: .85em;
	font-weight: bold;
	padding-top: 20px;
	text-align: center; }
 
	.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		*display: inline;
		*zoom: 1;
		display: inline-block; }
 
	.bx-wrapper .bx-pager.bx-default-pager a {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #666;
		border-radius: 5px;
		display: block;
		height: 10px;
		margin: 0 5px;
		outline: 0;
		text-indent: -9999px;
		width: 10px; }
 
		.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 {
	background: url(../img/cors_left.png) no-repeat 0 0;
	left: 0px; }
 
.bx-wrapper .bx-next {
	background: url(../img/cors_right.png) no-repeat 0 0;
	right: 0px; }
 
.bx-wrapper .bx-prev:hover { background-position: 0 0; }
 
.bx-wrapper .bx-next:hover { background-position: -43px 0; }
 
.bx-wrapper .bx-controls-direction a {
	height: 54px;
	margin-top: -16px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	top: 35%;
	width: 27px;
	z-index: 99; }
 
.banner-slider .bx-controls-direction { display: none; }
 
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
 
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: right; }
 
	.bx-wrapper .bx-controls-auto .bx-start {
		background: url(../img/play.png) 0px 0px no-repeat;
		display: block;
		font-size: 0px;
		height: 35px;
		line-height: 0px;
		margin: 0 3px;
		outline: 0;
		width: 22px; }
 
.bx-start.active,.bx-stop.active { display: none !important; }
 
.bx-stop {
	background: url(../img/pause.png) 0px center no-repeat;
	display: block;
	font-size: 0px;
	height: 35px;
	line-height: 0px;
	margin: 0 3px;
	outline: 0;
	width: 22px; }
 
/* 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 {
	background: #6669;
	background: rgba(80, 80, 80, 0.75);
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%; }
 
	.bx-wrapper .bx-caption span {
		color: #fff;
		display: block;
		font-family: Arial;
		font-size: .85em;
		padding: 10px; }