*{
	margin:0;
	padding:0;
}
/* Booklet jQuery Plugin Style*/
.booklet{
	
}
.booklet .b-wrap-left  {
	/*background:#fff url(../images/left_bg.jpg) no-repeat top left;*/
	background:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	/*background:#efefef url(../images/right_bg.jpg) no-repeat top left;*/
	background:none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;	
	color:#222;
	text-shadow: 1px 1px 1px #fff;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}
.book_wrapper{
	margin:0 auto;	
	width:905px;
	height:540px;
	position:relative;
	margin-top: 2%;
}

.book_wrapper img{	
	width:100%;	
}
.booklet .b-wrap-right img{
	
}
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);
}

.fancybox-overlay-flipbook .fancybox-opened .fancybox-skin{
	background: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 39.9375em) {
	
	.fancybox-overlay-flipbook.fancybox-overlay .fancybox-opened{
		width: 95%  !important;		
		left: 2.5%  !important;
	}

	.fancybox-overlay-flipbook.fancybox-overlay .fancybox-opened .fancybox-skin{
		padding: 0 !important
	}

	/*.book_wrapper{
		width:280px !important;
		height:200px !important;
	}*/
	/*.book_wrapper, #mybook{
		width:100% !important;
		height:200px !important;
	}
	.b-page.b-p4, .b-page.b-p2{
		left: 50% !important;
	}
	.b-page.b-p1, .b-page.b-pN, .b-page.b-p0{
		left: 0 !important;
	}
	.b-page.b-p3{
		left: 100% !important;
	}
	.b-wrap{
		width:50% !important;
		height:200px !important;
	}*/

	.booklet .b-shadow-f ,
	.booklet .b-shadow-b,
	.booklet .b-p0,
	.booklet .b-p3 {background:none;}

	a#prev_page_button {
	    left: 0 !important;
	    top: 70% !important;
	    z-index: 999 !important;
	}
	a#next_page_button {
    	right: 0 !important;
    	top: 70% !important;
    	z-index: 999 !important;
	}

}