
/*next button*/
.bx-next {
	position:absolute;
	top: 90%;
	right: -12px;
	z-index:999;
	width: 29px;
	height: 29px;
	text-indent: -999999px;
	background: url(../bx_styles/gray_next.png) no-repeat 0 -29px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top: 90%;
	left: 10px;
	z-index:999;
	width: 29px;
	height: 29px;
	text-indent: -999999px;
	background: url(../bx_styles/gray_prev.png) no-repeat 0 -29px;
}

/*pager links*/
.bx-pager a {
	margin: 5px;
	color: transparent;
	font-size: 0.9em;
	padding: 4px 12px 4px 7px;
	zoom:1;
	background: url(../bx_styles/gray_pager.png) no-repeat 0 -20px;
}


/*
 * 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 {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 20px;
	font-size:12px;
	color:#666;
}












