@charset "UTF-8";
/* CSS Document */


#container {
	width: 850px;
	margin: 100px auto;
	}
		
#thumbs {
	position: relative;
	}
		
		#pageContainer {
			width: 850px;
		}
		
		#pagerContainer {
			float: left;
			width: 50px;
		}
		
		.page {
			float: left;
			width: 100%;
			margin-bottom: 10px;
		}
		
		.thumbnail {
			float: left;
			margin: 0 15px 17px 0;
			width: 95px;
			height: 65px;
			visibility: hidden;
		}
		
		pre {
			border: 0px;
			background-color: #333;
			padding: 5px;
		}
		
		/* this is for the loading.gif */
		.thumbnail div img {
			margin: 22px;
		}
		
		.thumbnail a img {
			width: 95px;
			height: 65px;
		}
		
		#bigimageContainer {
			position: relative;
			margin-top: 50px;
		}
		
		#bigImage {
			border: 0px solid #fff;
			width: 800px;
		}
		
		#prev {
			float: left;
			outline: none;
		}
		
		#next {
			float: right;
			outline: none;
		}
		
.clear {
	clear: both;
}

.credit {
	width: 800px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}