#bookreader { display: none; }

#br_body {
	width:100%; height:504px;
}
#br_body div#br_fixedframe {
	position: absolute;
	width:100%; height:504px;
	overflow: hidden;
	border-top:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	background-color: #F2F2F2;
	background-image: url(background2.jpg);
	background-repeat: repeat-y;
}
#br_body div#br_container {
	position: absolute;
	left:50px;
}
#br_body div.page {
	border-right:1px dotted #CCCCCC;
	width:500px; height:504px;
	float: left;
}
#br_body div.box {
	margin:20px 0 20px 30px;
}
#br_body span.folio {
	position: absolute;
	bottom:10px; width:500px;
	text-align: center; font-size:15px;
}

/* navi */
a.br_nav_button {
	position: absolute; bottom:10px;
	width:28px; height:28px;
	line-height: 28px; vertical-align: middle;
	text-decoration: none; text-align:center; font-size:14px;
	color:#000000;
	background-image: url(button.png);
	background-repeat: no-repeat;
}
a#br_nav_prev2 { left:12px; }
a#br_nav_prev { left:515px; }
a#br_nav_next { left:560px; }
a#br_nav_next2 { left:1060px; }
table#br_pagenation {
	position: absolute; left:50px; bottom:0;
	width:1001px; height:4px;
	empty-cells: show;
}
table#br_pagenation td {
	padding:0;height:4px;
	background-color:#CCCCCC; color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}