/**
 * 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:950px;
	height:420px;
}

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

.bx-wrapper .bx-viewport {
	border: solid #D2C5D2 10px;
	box-shadow:0 1px 1px 0 #BEBCBC;
	height: 420px!important;
	width: 950px!important;
	margin: 0 auto;
	z-index:4;
	margin:0 auto 25px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -15px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../i/bx_loader.gif) center center no-repeat;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding: 6px 10px 5px;
	display: inline-block;
	background: #D2C5D2;
	z-index: 4;
	border-radius: 5px;
	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: #fff; */
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 12px;
	margin: 0 4px;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 -1px 0 0 #B1A3A9; */
	background:url(../i/pager.png) 0 0 no-repeat;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover{
	background-position: -42px 1px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	/* background: #784D7F;
	box-shadow:0 -1px 0 0 #61503D; */
	background-position: -19px 1px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active:hover {
	/* background: #784D7F;
	box-shadow:0 -1px 0 0 #61503D; */
	background-position: -19px 1px;
}
