body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

a, a:link, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #3366FF
}

a:hover {
font-weight: bold;
}

a:active {
font-weight: bold;
color: #660099
}

#book { width: 600px;
	height: 475px;
	border-style: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	z-index: 5;
}

#look { width: 86px;
	height: 56px;
	border-style: hidden;
	position: absolute;
	top: 150px;
	left: 450px;
	padding: 0px;
	z-index: 10;
}

#lookback { width: 86px;
	height: 56px;
	border-style: hidden;
	position: absolute;
	top: 150px;
	left: -86px;
	padding: 0px;
	z-index: 10;
	visibility: hidden;
}

#inside { width: 600px;
	height: 475px;
	border-style: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	z-index: 8;
	visibility: hidden;
}

.pages { width: 647px;
	height: 475px;
	border-style: hidden;
	border:hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	z-index: 8;
}

.pagesOffset {
	position: relative;
	left: -24px;
	z-index: 8;
	border-style: hidden;
	border:hidden;
}

.forward{ width: 86px;
	height: 56px;
	border-style: hidden;
	position: absolute;
	top: 150px;
	left: 600px;
	padding: 0px;
	z-index: 10;
}

.back { width: 86px;
	height: 56px;
	border-style: hidden;
	position: absolute;
	top: 150px;
	left: -86px;
	padding: 0px;
	z-index: 500;
}