.bx-wrapper {position: relative;}

.bx-wrapper img {max-width: 100%;}
.bx-pager {text-align: center;	font-family: Arial;}

.bx-controls-auto {float:right; margin:3px 24px 0 0}

.bx-controls-auto .bx-controls-auto-item {display: inline-block; *zoom: 1; *display: inline;}
.bx-has-controls-auto{position:absolute; right:0px; top:165px;}
.bx-default-pager{float:left; margin-top:1px;}
.bx-pager-item{float:left;}

.bx-controls-direction{float:left; position:relative; width:35px;}
.bx-controls-direction a {position: absolute; top:0px; width: 16px;	height: 16px; text-indent: -9999px; z-index: 9999;}

.bx-controls-direction a.bx-prev {background: url(../images/br-prev.png) no-repeat; left:0px;}
.bx-controls-direction a.bx-next {background: url(../images/br-next.png) no-repeat; right:0px;}

#books .bx-controls-direction{position:relative; width:100%; float:none;}

#books .bx-controls a {position: absolute; top:0px; width:15px;	height:29px; top:-130px; text-indent: -9999px; z-index: 9999;}
#books .bx-controls a.bx-prev {background: url(../images/prev.png) no-repeat; left:-10px;}
#books .bx-controls a.bx-next {background: url(../images/next.png) no-repeat; right:-10px;}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #333;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	outline: 0;
	text-align:center;
	line-height:12px;
	font-size:10px;
	color:#fff;
	border:solid 1px #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #45b000;
}

.bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/play.png) no-repeat;
	margin: 0 3px;
}


.bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/pause.png) no-repeat;
	margin: 0 3px;
}


.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}