#gallery {
	width: 571px;
	margin-bottom: 3em;
}

#gallery .top {
	background: url('../images/gallery-top.jpg') no-repeat;
	width: 571px;
	height: 14px;
}

#gallery #inner-gallery {
	background: #FFF300;
	border-left: 1px solid #CCC100;
	border-right: 1px solid #CCC100;
}

#gallery #current_image {
	margin-bottom: 10px;
	padding-left: 12px;
}

#gallery #current_image img {
	width: 530px;
	padding: 6px;
	background: #FFF;
	border: 1px solid #CCC76C;
}

#gallery #thumbnails {
	background: url('../images/thumbnails.jpg') no-repeat;
	width: 558px;
	height: 76px;
	padding: 12px 0 0 12px;
	margin: 0;
}

#gallery #thumbnails li {
	list-style: none;
	display: inline;
	margin-right: 12px;
}

#gallery #thumbnails li:last-child { margin-right: 0; }

#gallery #thumbnails li a img {
	border: none;
	width: 114px;
	border: 1px solid #ECE003;
}