/* @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*/
#simplegallery1 .bx-next {
	display:inline-block;
	position:relative;
	float:left;
	z-index:999;
	width: 17px;
	height: 20px;
	margin-left:2px;
	text-indent: -999999px;
	background: url(blue_next.png) no-repeat 0 -15px;
	margin-top:2px;
}

/*previous button*/
#simplegallery1 .bx-prev {
	display:inline-block;
	float:left;
	position:relative;
	z-index:999;
	margin-left:6px;
	_top:0px;
	width: 17px;
	height: 20px;
	text-indent: -999999px;
	background: url(blue_prev.png) no-repeat 0 -15px;
	margin-top:2px;
}

/*pager links*/
#simplegallery1 .bx-pager a {
	font-size:8px;
	position:relative;
	float:left;
	line-height:13px;
	margin-right: 2px;
	margin-left:2px;
	color: #666;
	border:1px #CCC solid;
	padding: 0px 6px 0px 6px;
	zoom:1;
	font-weight:500;
	font:Tahoma, Geneva, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	background:#fff;
	margin-top:2px;
	
}


/*auto start button*/
#simplegallery1 .bx-auto{
	display: inline-block;
	position: relative;
	float:left;
	margin-left:2px;
	margin-top:2px;
}
#simplegallery1 .bx-auto .start {
	vertical-align:bottom;
	display: inline-block;
	position: relative;
	background: url(blue_auto2.png) no-repeat -35px 0px;
	height:20px;
	float:left;
	width:35px;
}

/*auto stop button*/
#simplegallery1 .bx-auto .stop {
	display: inline-block;
	position: relative;
	float:left;
	background: url(blue_auto2.png) no-repeat 0px 0px;
	vertical-align:bottom;
	height:20px;
	width:35px;
	
}
#simplegallery1 .bx-auto a.active{
	background: url(blue_auto2.png) no-repeat 0px 0px;
}

/*
 * End color scheme styles
 */


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

/*pager links hover and active states*/
#simplegallery1 .bx-pager .pager-active,
#simplegallery1 .bx-pager a:hover {
	color:#fff;
	background:#C3892B;
	text-decoration:none;
}

/*pager wrapper*/
#simplegallery1 .bx-pager {
	height:15px;
	position:relative;
	text-align:left;
	float:left;
	color:#666;
	width:88%;
	_margin-top:0px;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}
.bx-window{
	position:relative;
	width:672px;
}
.bx-wrapper{
	position:relative;
	width:672px;}
/*auto controls*/
@-moz-document url-prefix() {#simplegallery1 .bx-pager a,#simplegallery1 .bx-auto,#simplegallery1 .bx-prev,#simplegallery1 .bx-next{ vertical-align:bottom; margin-top:-2px; display: inline-block;}











