/**
 * 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
===================================*/

.mv_wrap {position: relative;margin-top:-19px;z-index:10;}
.bx-wrapper {
	position: relative;
	/*margin: 0 auto 60px;*/
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	min-height:457px;
}

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

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
  bottom: 40px;
	right:20px;
	width: 100%;
}

/* 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 {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

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

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	/*left: 325px;
	background: url(/images/arr_left.png) no-repeat;*/
	width: 50px;
    height: 50px;
    left: 30px;
    top: 47%;
    background: url(/images/renew_mv_prev.png) no-repeat;
	display: inline-block;
    text-indent: 99999px;
	/*z-index:99999999999;*/
}

.bx-wrapper .bx-next {
    /*left:  432px;
	background: url(/images/arr_right.png) no-repeat;*/
	width: 50px;
    height: 50px;
    right: 30px;
    top: 47%;
    background: url(/images/renew_mv_next.png) no-repeat;
    display: inline-block;
    text-indent: 99999px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position:0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom:28px;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	/*z-index: 9999;*/
}

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
	position: absolute;
	bottom:0;
}

.bx-wrapper .bx-controls-auto .bx-start {
	position:relative;
	left:0px;
	display: block;
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	margin:0 5px;
	background: url('../img/mv/start.png') 0 0 no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start:hover{}
.bx-wrapper .bx-controls-auto .bx-start.active {
	position:relative;
	left:0px;
	display:none;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	position:relative;
	left:0px;
	width: 45px;
	height: 45px;
	margin:0 5px;
	background: url(../img/mv/stop.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover{}
.bx-wrapper .bx-controls-auto .bx-stop.active {
	position:relative;
	left:0px;
	display:none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  width: 100%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	left: 361px;
	bottom:28px;
	width:80px;
	z-index: 9999;

}
