/*********************/
/* Literature Viewer */
/*********************/
#literatureViewer {
	text-align: center;
	min-height: 400px;
}

#literatureViewer img {
	border: none;	
}

#pdfPage img {
	margin-top:6px;
	border: 6px double rgb(220,220,220);
}

#pdfBar {
	width:60px;
	vertical-align: top;
	margin-top:0px;
	text-align:center;
}
