/* @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
 */
 
.bx-wrapper,
.bx-window {
	position:relative;
	width:700px !important;
	margin:45px auto 0;
}

.slider li{
	width:175px !important;
	text-align:center;
}

/*next button*/
.bx-next {
	position:absolute;
	top:52px;
	right:-50px;
	z-index:1000;
	width:14px;
	height:31px;
	text-indent: -999999px;
	background:url(../../about/image/next.gif) no-repeat;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:52px;
	left:-50px;
	z-index:1000;
	width:14px;
	height:31px;
	text-indent: -999999px;
	background:url(../../about/image/prev.gif) no-repeat;
}

/*pager links*/
.bx-pager a {
	display:none;
}









