p.pageThumbnail1 {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:1px solid #CCC;
}
p.pageThumbnail {
	background:#000;
	text-align:center;
}

h1.bookHeading {
	font-size:12pt;
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	padding: 5px 10px 5px 10px;
	font-weight:normal;
}

.bookSubheading h2 {
	background:#dbe8bf;
	font-weight:normal;
	color:#233400;
	font-size:10pt;
	margin:0;
	padding:10px;
}

p.quotation {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}

p.reference {
	margin-left:50px;
	font-size:8pt;
}

p.imageCaption {
	font-size:8pt;
	color:#4a6c00;
}

#pageOverview {
	height:40px;
}

#pageOverview a {
	display:block;
	width:auto;
	float:left;
	text-align:center;
	font-size:8pt;
	padding-left:2px;
	padding-right:3px;
	text-decoration:none;
	padding-top:10px;
}
#pageOverview a img {
	display:block;
	margin-bottom:4px;
	filter:alpha(opacity=40);
	opacity: 0.40;
	-moz-opacity:0.40;
}
#pageOverview a:hover, #pageOverview a.selected {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#pageOverview a:hover img, #pageOverview a.selected img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
/*
#pageOverview a:hover img {
	height:50px;
}*/