html, body{
margin : 0;
padding : 0;
width : 100%;
height : 100%;
overflow : hidden;
}
img {
border : 0;
}
body {
background: url(/img/wood.jpg) top center #eee;
}
.booklet .b-wrap-left  {
	background:#fff url(/img/left_bg.jpg) no-repeat top left;
}
.booklet .b-wrap-right {
	background:#efefef url(/img/right_bg.jpg) no-repeat top left;
}
.book_wrapper{
	margin:0 auto;
	margin-top:40px;
	width:800px;
	height:550px;
	position:relative;
}
.book_wrapper img{
	width:385px;
}
a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(/img/buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-30px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}