.bb-custom-wrapper {
	/*position: relative;*/
	background: #fff;
	/*width: 1010px;*/
	/*height: 440px;*/
	margin: 0px auto;
	/*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);*/
	border-radius: 0 0 5px 5px;
}


/*
	.bb-custom-wrapper:before,
	.bb-custom-wrapper:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background: #fff;
		left: 0;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
		border-radius: 0 0 5px 5px;
	}
*/

	.bb-custom-wrapper:before {
		top: 6px;
		z-index: -2;
		box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
	}

	.bb-custom-wrapper:after {
		top: 3px;
		z-index: -1;
	}

.bb-bookblock {

	  margin: 0 auto;
	box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.bb-custom-wrapper h3 {
	color: #aaa;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	/*left: 10px;*/
	bottom: -3px;
}

.bb-custom-wrapper nav {
	position: relative;
	width: 920px;
	margin: 0px 0px 0 0;
	/*float: right;*/
	left: 0px;
	z-index: 0;
}

	.bb-custom-wrapper nav a {
		float: left;
		width: 1008px;
		height: 30px;
		background: url(../images/nav_small.png) center right;
		text-indent: -90000px;
		opacity: 0.8;
	}

	.bb-custom-wrapper nav #bb-nav-prev {
		float: left; /*Debby Add*/
		background-position: left; /* center */
		margin-right: 5px;
	}

	.bb-custom-wrapper nav #bb-nav-next {
		float: right; /*Debby Add*/
		background-position: center;
		margin-right: 0px;
	}

	.bb-custom-wrapper nav a:hover {
		opacity: 1;
	}

#bb-Order {
	background: #E76DA9;
}

#bb-nav-prev {
	background: #FFEBF5;
	height: 40px;
	filter: alpha(opacity=60); /*支持 IE ??器*/
	-moz-opacity: 0.60; /*支持 FireFox ??器*/
	opacity: 0.60; /*支持 Chrome, Opera, Safari 等??器*/
}

#bb-nav-next {
	background: #FFEBF5;
	height: 40px;
	filter: alpha(opacity=60); /*支持 IE ??器*/
	-moz-opacity: 0.60; /*支持 FireFox ??器*/
	opacity: 0.60; /*支持 Chrome, Opera, Safari 等??器*/
}
/*
.bb-custom-wrapper nav a#bb-nav-prev {
    float: left; 
	background-position:left; 
	margin-right: 5px;
    background: #E76DA9;
}
.bb-custom-wrapper nav a#bb-nav-next {
    float: Right; 
	background-position: -43px 50%;
    background: #E76DA9;
}

.bb-custom-wrapper nav a#bb-nav-jump {
	background-position:center right; 
	float: right;
}
*/
