
	
		
		#container {
			width: 1000px;
			
		}
		
		#thumbs {
			overflow: hidden;
			position: relative;
			width:280px;
			margin-left:15px;
			height:400px;
		}
		
		#pageContainer {
			width: 3900px;

			
		}
		
		#pagerContainer {
			float: left;
			width:280px;
			margin-right: 50px;
			height: 400px;
		}
		
		.page {
			float: left;
			width: 300px;
			padding-bottom: 20px;
			
			
		}
		
		.thumbnail {
			float: left;
			margin: 0 15px 17px 0;
			width: 65px;
			height: 65px;
		}
		
		pre {
			border: 1px solid #fff;
			background-color: #333;
			padding: 5px;
		}
		
		/* this is for the loading.gif */
		.thumbnail div img {
			margin: 0px;
		}
		
		.thumbnail a img {
			width: 65px;

			
					}
		
		#bigimageContainer {
			float: left;
			position: relative;
			overflow:hidden
		}
		
		#bigImage {
			border: 3px solid #fff;
		}
		
		#prev {
			float: left;
			outline: none;
		}
		
		#next {
			float: right;
			outline: none;
		}
		
		a img {
			border: 2px solid #fff;
		}

/* CSS Document */


