*{
	margin:0;
	padding:0;
}
body{
	width: 100%;
}
span.reference a:hover{
	color:#ddd;
}

Booklet jQuery Plugin Style
@media screen and (min-height: 300px) {
	.booklet{width:282px; height:200px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 350px) {
	.booklet{width:353px; height:250px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 400px) {
	.booklet{width:423px; height:300px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 450px) {
	.booklet{width:494px; height:350px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 500px) {
	.booklet{width:565px; height:400px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 550px) {
	.booklet{width:635px; height:450px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 600px) {
	.booklet{width:706px; height:500px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 650px) {
	.booklet{width:830px; height:630px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 700px) {
	.booklet{width:895px; height:680px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 750px) {
	.booklet{width:918px; height:650px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 800px) {
	.booklet{width:988px; height:700px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 850px) {
	.booklet{width:1059px; height:750px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 900px) {
	.booklet{width:1129px; height:800px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 950px) {
	.booklet{width:1200px; height:850px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 1000px) {
	.booklet{width:1270px; height:900px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 1200px) {
	.booklet{width:1553px; height:1100px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 1400px) {
	.booklet{width:1835px; height:1300px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 1600px) {
	.booklet{width:2117px; height:1500px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 1800px) {
	.booklet{width:2400px; height:1700px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}
@media screen and (min-height: 2000px) {
	.booklet{width:2682px; height:1900px; position:relative; /*background:#fff;*/ margin:0 auto 10px; border: solid 1px #ccc;}
}


.booklet .b-counter {
	display: none;
}
.book_wrapper{
	margin:20px auto;
	width:95%;
	height: auto;
	position:relative;
}

.book_wrapper img{
	/*margin:10px 0px 5px 35px;*/
	width: 100%;
	height: auto;
	/*-moz-box-shadow:1px 1px 1px #000;
	-webkit-box-shadow:1px 1px 1px #000;
	box-shadow:1px 1px 1px #000;*/
}
.booklet .b-wrap-right img{
	border-left:1px solid #ccc;
}

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:-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;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:300px;
	right:50%;
	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);
}