#book
{
	width: 100%; 
	height: 600px; 
}

div.page
{
	position: absolute;
	top: 30px;
	height: 490px;
	line-height: 490px;
	width: 40.5%;
	text-align: center;
}

div.page p
{
	line-height: 35px;
}
div.page .media
{
	margin: 100px auto;
}

#leftPage
{
	left: 9.6%;
}

#rightPage
{
	right: 9.6%;
}

div.page img
{
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;	
}

a.next, a.prev
{
	display: block;
	padding: 20px;
	line-height: 0;
	position: absolute;
	top: 480px;
	cursor: pointer;
}

a.next
{
	right: 8.8%;
}

a.prev
{
	left: 8.8%;
}

a.next:hover
{
	background: url("../images/system/right_peel.png");
}

a.prev:hover
{
	background: url("../images/system/left_peel.png");
}