* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
	color: #000;
	margin-top: 35px;
	background: #eaeaea url(../images/bg.jpg) repeat;
}

/* Booklet jQuery Plugin Style*/

.booklet {

}

.book_wrapper {
	margin: 0 auto;
	width: 740px;
	height: 510px;
	position: relative;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 2px 8px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 2px 8px;
	box-shadow: rgba(0,0,0,0.5) 0px 2px 8px;
}
.book_wrapper img {
	border-left: 1px solid #e0e0e0;
}

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(../images/buttons.png) no-repeat 0px -40px;
}

a#prev_page_button {
	left: -50px;
}

a#next_page_button {
	right: -50px;
	background-position: -41px -40px;
}

a#next_page_button:hover {
	background-position: -41px 0px;
}

a#prev_page_button:hover {
	background-position: 0px 0px;
}

.loading {
	width: 160px;
	height: 56px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	right: 135px;
	line-height: 56px;
	color: #fff;
	padding-left: 60px;
	font-size: 15px;
	background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index: 9999;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}