/*	-------------------------------------------------------------
	Photo Board pages
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#imageBig {
		width: auto;
		margin: 0 0 16px 0;
		background: transparent;
		position:relative;
		}
		
	#downloadHiRes{
		position:absolute;
		top:330px;
		left:15px;
		background:url(../../images/misc/download-hi-res.gif) center center no-repeat;
		width:154px;
		height:39px;
		text-indent:-10000px;
	}
		
	.thumb, .thumbRight {
		background: no-repeat;
		width: 84px;
		height: 84px;
		display: block;
		float: left;
		background-position: 4px 4px;
		}
	
	.thumb {margin: 0 13px 16px 0;}
	
	.thumbRight {margin: 0 0 16px 0;}
	
	.thumb a, .thumbRight a{
		display: block;
		width: 84px;
		height: 84px;
		}
		
	img {border: 0;}
