/* @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:270px;
	right:400px;
	z-index:100;
	width: 40px;
	height: 30px;
	text-indent: -999999px;
	background:url(../seat/images/pg_right.png) no-repeat center #ff0000;
	
		-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.bx-next:hover {background:url(../seat/images/pg_right.png) no-repeat center #000000;
}


/*previous button*/
.bx-prev {
	position:absolute;
	top:270px;
	left:400px;
	z-index:5;
	width: 40px;
	height: 30px;
	text-indent: -999999px;
	background:url(../seat/images/pg_left.png) no-repeat center #ff0000;
	
		-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.bx-prev:hover {
	background:url(../seat/images/pg_left.png) no-repeat center #000000;
}


/*pager links*/
.bx-pager a {
	color: #ffffff;
	margin: 16px 10px 10px 10px;
	padding: 5px;
	background: #ff0000;
	float: left;
	height: 2px;
	width: 2px;
	text-indent:-9999px;
	text-decoration: none;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;

}
.bx-pager {
	text-align:center;
	font-size:10px;
	line-height: 100%;
	/*float: right;*/
	width:140px;
	padding:0 0 0 10px;
	margin:0 auto;

	}


/*pager wrapper*/



/*next/prev button hover state*/

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}


/*captions*/
.bx-captions {
	text-align:center;
	font-size: 1px;
	padding: 0;
	color: #666666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666666;
	font-size: 8px;
}
