/* Gallery Section */

#gallery {
	margin-bottom: 10px;
	overflow: hidden;
}
			
	#gallery div {
		border: 1px #8e6b41 solid;
		display: block;
		float: left;	
		margin: 0 7px 7px 0;
		overflow: hidden;
		padding: 0 !important;
		text-align: center;
		vertical-align: top;
		width: 150px;
	}
	
		#gallery div.last {
			margin-right: 0;
		}
	
		#gallery div a {
			background: #ffffff;
			color: #000;		
			display: block;
			overflow: hidden;
			text-decoration: none;
		}
		
			#gallery div a:hover {
				background: #c6a06f;
				color: #fff;
			}
			
			#gallery div a img {				
				display: block;
				background: url(../images/please-wait-white.gif) no-repeat center center;
				height: 113px;
				width: 150px;
			}
			
				#gallery div a:hover img {
					background: #ffffff url(../images/please-wait-white.gif) no-repeat center center;
				}
	
			#gallery div a span {
				border-top: 1px #8e6b41 solid;
				cursor: pointer;
				display: block;
				line-height: 20px;
				height: 20px;
				overflow: hidden;
				white-space: nowrap;
				width: 150px;
			}
			
				#gallery div a:hover span {
					color: #ffffff !important;
				}

/* Gallery Image Section */

#galleryResults {
	margin-bottom: 5px;
	overflow: hidden;
}

	#galleryResults p {
		float: left;
		padding: 2px 0;
	}

	#galleryResults ul {
		float: right;
		width: auto;
	}
	
		#galleryResults ul li {
			display: block;
			float: left;
		}
		
			#galleryResults ul li a, #galleryResults ul li span {
				display: block;
				margin-left: 10px;
				padding: 2px;
			}
			
			#galleryResults ul li span {
				color: #f9edd6;
			}
			
				#galleryResults ul li a:hover {
					background: #8e6b41;
					color: #ffffff;
				}

#galleryImage {
	background: #f9edd6 url(../images/please-wait-cream.gif) no-repeat center center;
	border-bottom: 1px #8e6b41 solid;
	border-top: 1px #8e6b41 solid;
	clear: both;
	margin-bottom: 10px;
	width: 790px;
}

#galleryImage img {
	padding: 10px 0;
	margin: 0 auto;
}

#galleryImage p {
	text-align: center;
	margin: 0 0 8px;
}