*{
	margin:0;
	padding:0;
}
body{
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
	font-size:12px;
	color: #000;
}





/* Booklet jQuery Plugin Style*/
.booklet{ 
}
.booklet .b-wrap-left  {
 
}
.booklet .b-wrap-right {
	 
 
}
.booklet .b-wrap-right{ background:1none}
.booklet .b-wrap-left{ background:1none}

.booklet .b-counter {
	display:none !important;
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	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:1000px;
	height:680px;
	overflow:hidden;
	position:relative;
}
.book_wrapper h1{
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(../images/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}
.book_wrapper p{
	font-size:16px;
	margin:5px 5px 5px 15px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
	background:transparent url(../images/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper a.demo{
	margin-left:50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper img{
	 
	width:500px;
	 
}
.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:-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; margin:0 auto;
	margin-top:228px;
 	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);
}


.top { margin:0 auto;margin-top:20px; height:13px; margin-bottom:5px; width:800px;}
.top .down{ background:url(../images/down.png) no-repeat; height:13px; width:58px; display:block; float:right ; background-size:58px}
.top .exit{ background:url(../images/exit.png) no-repeat; height:13px; width:36px; display:block; float:right ; background-size:36px; margin-left:6px}


.top .down:hover{ background:url(../images/down_on.png) no-repeat; background-size:58px}
.top .exit:hover{ background:url(../images/exit_on.png) no-repeat;  background-size:36px;  }

.top a,.foot a{ cursor:pointer; margin-left:6px}

.foot { margin:0 auto;margin-top:5px; height:13px; margin-bottom:20px; width:800px;}
.foot .brckcover{background:url(../images/brckcover.png) no-repeat; height:13px; width:76px; display:block; float:left ; background-size:76px}
.foot .contents{background:url(../images/contents.png) no-repeat; height:13px; width:58px; display:block; float:left ; background-size:58px;}
.foot .cover{background:url(../images/cover.png) no-repeat; height:13px; width:52px; display:block; float:left ; background-size:52px; margin-left:0}
.foot .pre{ background:url(../images/pre.png) no-repeat; height:13px; width:90px; display:block; float:right ; background-size:90px}
.foot .next{ background:url(../images/next.png) no-repeat; height:13px; width:70px; display:block; float:right ; background-size:70px; margin-left:6px }


.foot .brckcover:hover{background:url(../images/brckcover_on.png) no-repeat;  background-size:76px}
.foot .contents:hover{background:url(../images/contents_on.png) no-repeat;  background-size:58px;}
.foot .cover:hover{background:url(../images/cover_on.png) no-repeat;  background-size:52px;  }
.foot .pre:hover{ background:url(../images/pre_on.png) no-repeat;   background-size:90px}
.foot .next:hover{ background:url(../images/next_on.png) no-repeat;  background-size:70px; }