#img {
	position: relative;
	width: 600px;
	height: 390px;
	margin-bottom: 1em;
}
#gallery {
	height: 84px;
}
#GalleryWrapper, #img, #gallery li {
	border: 1px solid #223106;
}
#gallery li {
	float: left;
	padding: 1px;
	background: transparent url(/_assets/gallery/ajax-loader-small.gif) 50% 50% no-repeat;
	border-color: #345;
	cursor: pointer;
}
.caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	height: 50px;
	padding: 0 2%;
	line-height: 50px;
	color: #fff;
	background-color: #000;
	opacity: .8;
}
