* {
	outline: none;
}

#book_container {
	text-align: center;
	margin: 0;
}

#book {
	position: relative;
	z-index: 4;
	width: 902px; 
	height: 605px;
	margin: 0;
}

#book_gotopage input {
	border: none;
	background-color: #dcdcba;
	width: 23px;
	height: 16px;
	position: absolute;
	left: 56px;
	top: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#book_gotopage a {
	position: absolute;
	left: 79px;
	top: 0;
	width: 15px;
	height: 44px;
}

#fbCurrentPages {
	position: absolute;
	bottom: 55px;
	left: 270px;
	z-index: 5;
} 
#fbCurrentPagesR {
	position: absolute;
	bottom: 55px;
	left: 770px;
	z-index: 5;
} 

#book_panel_menu {
	position: absolute;
	top: 627px;
	left: 0;
	width: 100%;
	background: url(/book/images/bg_menu_livre.png) no-repeat top center;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 7;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
}
#book_panel_menu ul {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -476px;
	width: 928px;
	padding-left: 60px;
}
#book_panel_menu li {
	float: left;
	color: #30221d;
	font-size: 13px;
}
#book_panel_menu li a {
	color: #30221d;
	font-size: 13px;
	margin-left: 35px;
}
#book_panel_menu li a:hover, #book_panel_menu li a.on {
	color: #fff;
	font-size: 13px;
	margin-left: 35px;
	text-decoration: none;
}

