/* @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-window {
  margin-bottom:20px;
}

.bx-wrapper {
  margin-top: 10px;
	margin-bottom: 20px;
	height: 340px;
}
 
/*next button*/
.bx-next {
	display:none;
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background-color: #000;
}

/*previous button*/

.bx-prev {
	display:none;
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
  background-color: #000;
}

/*pager links*/
.bx-pager {
  position: absolute;
  width: 100%;
  bottom: 0px;
	padding-top: 7px;
	font-size: 11px;
	color: #666;
	text-align: center;
	overflow: hidden;
}

.bx-pager a {
	display: inline-block;
	width: 18px;/* 19 */
	margin-left: 3px;
	margin-right: 3px;
	padding: 8px 5px 4px 5px;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
	text-align: center;
	line-height: 16px;
	text-decoration: none;
	color: #000;
  background-color: #FEC679;
  background-color: #F68567;
  background-color: #FFF;
  -webkit-box-shadow: 0px -1px 6px #000;
  -moz-box-shadow: 0px -1px 6px #000;
  box-shadow: 0px -1px 6px #000;
	zoom: 1;
}

/*
 * 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 {
  font-weight: bold;
	text-decoration:none;
	color: #F15B40;
	background-position: 0 0;
}

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

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

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