/* @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:-51%;
	width: 175px;
	height:  200px;
	text-indent: -999999px;
	background: url(control-right.png) no-repeat 0 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-40%;
	width: 175px;
	height:  200px;
	text-indent: -999999px;
	background: url(control-left.png) no-repeat 0 0;
}













