
.bb-custom-wrapper {
	width: 800px;
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
}

.bb-custom-wrapper .bb-bookblock {
	width: 800px;
	height: 850px;
	box-shadow: 0 12px 20px -10px rgba(81,64,49,0.6);
	position: relative;
}

.bb-custom-img {
	position: absolute;
	left: 0;
	top: 0;
}

.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}
.bb-custom-wrapper nav {
	width: 100%;
	margin: 1em auto 0;
	position: relative;
	left:0px;
	top:25%;
	z-index: 0;
	text-align: center;
}

.bb-custom-wrapper nav a {
	text-align: center;
}

.bb-custom-wrapper nav a:hover {
	color:#666;
	font-weight: 700;
}

.bb-custom-wrapper nav.int {
	display:block;
	width:450px;
	float: right;
	margin-left:350px;
	position: absolute;
	top:-17px;
}

.bb-custom-wrapper nav.int  li {
	display:block;
	list-style:none;
	padding:2px 0px;
	border-bottom: solid 1px  #CCCCCC;
}
.bb-custom-wrapper nav.int  li a{
	display:block;
	font-size:.9em;
	padding:2px 0px;
	text-align:right;
	padding-right:20px;
	color:#999;
	font-weight:300;
}
.bb-custom-wrapper nav.int  li a:hover{
	font-weight:700;
	color:#333;
}
