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

/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:-72px;
	z-index:99;
	width: 35px;
	height: 35px;
	text-indent: -999999px;
	background: url("next_button.png") no-repeat 0 -35px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	right:-45px;
	z-index:99;
	width: 35px;
	height: 35px;
	text-indent: -999999px;
	background: url("prev_button.png") no-repeat 0 -35px;
}

/*pager links*/
.bx-pager a {
	margin-right: 4px;
	color: transparent;
	padding: .2px 20px .2px 20px;
	font-size: 8px;
	zoom:1;
	background: url(http://www.sophiabuy.com/css/plugins/bx-styles/navigation.png) no-repeat 0 0;
}

/*auto start button*/
.bx-auto .start {
	background: url(http://www.sophiabuy.com/css/plugins/bx-styles/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(http://www.sophiabuy.com/css/plugins/bx-styles/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/* pager links hover and active states */
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 -15px;
}

/*pager wrapper*/
.bx-pager { text-align:center;
	margin-top:-50px;
	margin-left:400px;
	font-size:10px;
	 color:#666;
	padding-left: 40px;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	/* padding-top: 15px; */
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: relative;
}