/*banner_book*/
#book1 
{
	width: 215px;
	margin: 0 auto 15px;
	overflow: hidden;
	position: relative;
}

#book1 ul 
{
	margin: 0;
	padding: 0;
}

#book1 ul li
{
	list-style-type: none;
}

#book1 .pages
{
	margin-right: 20px;
	position: relative;
	height: 276px;
	z-index: 100;
}

#book1 .page_nav
{
	float: right;
	width: 20px;
	margin-top: 30px;
	z-index: 500;
	position: relative;
}

/*Book pages*/
#book1 .pages li
{
	position: absolute;
	padding-bottom: 30px;
	overflow: hidden;
	height: 246px;
	width: 195px;
	background: #fff url(img/page.png) no-repeat;
}

#book1 .pages li .page_content
{
	height: 199px;
	overflow: hidden;
	margin: 10px 10px 0 10px;
	padding: 10px 5px 15px 10px;
	font: 12px Verdana;
	color: #999;
}

#book1 .pages li span
{
	font-weight: bold;
	color: #444;
	margin: 7px 0;
	display: block;
}

#book1 .pages a
{
	width: 148px;
	height: 30px;
	display: block;
	background: url(img/answer.png) 0 0 no-repeat;
	letter-spacing: -5px;
	text-indent: -9999px;
	
	position: relative;
	clear: both;
	margin: 0 auto;
}

#book1 .pages a:hover
{
	background-position: 0px -30px;
}

#book1 .pages .page_number
{
	font-weight: normal;
	color: #999;
	float: right;
	margin: -7px -3px 0 0;
}
		/*cover*/
#book1 .pages .cover
{
	margin: 0;
	padding: 0;
	height: 274px;
	width: 193px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	-webkit-box-shadow: 0px 0px 8px #c5c5c5;
}

#book1 .pages .cover div
{
	width: 180px;
	height: 260px;
	margin: 5px auto;
	border: 1px #ffd964 solid;
	background: #ffd964;
}

#book1 .pages .cover div h3
{
	display: block;
	font-weight: bold !important;
	text-align: center;
	color: #794d2d;
	font: 18px Georgia;
	margin-top: 55px;
}

#book1 .pages .cover div span
{
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin-top: 100px;
}

		/*page 1*/
#book1 .pages .page1 img 
{
	width: 48px;
	height: 42px;
	float: left;
	margin: 5px 10px 0 0;
}

		/*page 2*/
#book1 .pages .page2 .top
{
	float: right;
	margin: 0 0 5px 10px;
}	

#book1 .pages .page2 .down
{
	float: left;
	margin: 5px 10px 0 0; 
}	
		
		/*page 3*/
#book1 .pages .page3 img
{
	float: left;
	margin: 0 10px 5px 0;
}		
		
		/*page 4*/
#book1 .pages .page4 img
{
	float: left;
	margin: 10px 10px 0 0;
}
	
		/*page 5*/
#book1 .pages .page5 p
{
	background: url(img/big_quest.png) 40% 2% no-repeat;
}

/*navigation*/
#book1 .page_nav
{
	font: 12px Georgia;
}

#book1 .page_nav li
{
	display: inline-block;
	text-align: center;
	
}

#book1 .page_nav li a
{
	color: #444;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 1px 0px 0px 1px;
	background: url(img/nav.png) 0 0 no-repeat;
	width: 15px;
	height: 20px;
	margin-bottom: 5px;
}

#book1 .page_nav li a:hover
{
	padding-left: 4px;
	background-position: 0 -46px;
	height: 20px;
	width: 15px;
}

#book1 .page_nav li a.current
{
	background-position: 0 -22px;
	width: 35px;
	margin-left: -15px;
	height: 22px;
	margin-bottom: 1px;
}

#book1 .page_nav li a.current:hover
{
	padding-left: 1px;
}

#book1 .page_nav .cover a
{
	cursor: default; 
	background: none;
}

#book1 .page_nav .cover a:hover
{
	background: none;
}

#book1 .page_nav .cover a.current 
{
	background: none;
}

/*end_banner_book*/

