/**
 * 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 {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
	width: 1130px;
	height:407px;
	width: 980px;
	height: auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../i/bx_loader.gif) center center no-repeat;
}

/* PAGER */

.bx-wrapper .bx-pager {
	padding: 7px 5px 3px;
	background:#fff;
	border-radius:10px 10px 0 0;
	position: absolute;
	bottom:0px;
	width: auto;
	z-index:99;
	left:50%;
}

.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: url(../i/pager.png) right 0 no-repeat;*/
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position:0 0 ;
}






.bx-prev{
	position: absolute;
	left: 18px;
	height: 77px;
	width: 36px;
	background: url(../i/arrow-prev.png) 1px 2px no-repeat;
	text-indent: -9999px;
	z-index: 51;
}
.bx-prev:hover{
	background-position: 1px -81px;
}
.bx-prev:active{
	background-position: 1px -165px;
}
.bx-next{
	position: absolute;
	right: 16px;
	height: 77px;
	width: 36px;
	background: url(../i/arrow-next.png) 0 2px no-repeat;
	text-indent: -9999px;
	z-index: 51;
}
.bx-next:hover{
	background-position: -31px 1px;
	background-position: 0px -81px;
}
.bx-next:active{
	background-position: 0px -165px;
}