@charset "utf-8";

#main {
	background-color: #000;
	text-align: center;
	padding: 5px;
	height: 550px;
	border: thin solid #900;
	position: relative;
}
#thumbsLeft {
	background-color: #333;
	height: 530px;
	width: 150px;
	left: 2px;
	top: 5px;
	float: left;
	margin: 0px 5px;
	overflow: scroll;
}
#thumbsRight {
	background-color: #000;
	height: 300px;
	width: 150px;
	position: absolute;
	right: 5px;
	top: 5px;
}
#previewPane {
	text-align: center;
	height: 550px;
	width: 570px;
	position: relative;
	float: right;
	background-color: #fff;
}
#pdfPreview {
	background-color:#000;
	position:absolute;
	width:570px;
	height:550px;
	z-index:1;
	visibility: hidden;
	left: 0px;
	top: 0px;
	text-align: center;
}
#innerPane {
	width: 405px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 10px;
	background-color: #fff;
	height: 530px;
}
.thumb {
	margin-top: 10px;
	margin-bottom: 10px;
}
.thumb img {
	border: medium solid #000;
}

#pdfPreview img {
	border: 1px solid #999;
}

