#gallery {
	position: relative;
	width: 431px;
	height: 322px;
	margin-bottom: 31px;
	}
	#gallery a {
		float: left;
		position: absolute;
		}
		#gallery a.show {
			z-index: 500;
		}
		#gallery .caption {
			z-index: 600;
			background: #000; 
			color: #fff; 
			height: 56px; 
			width: 100%; 
			position: absolute;
			bottom: 0;
		}
		#gallery .caption .content {
			margin: 5px;
			opacity: 1;
			filter: alpha(opacity=100);
			}
			#gallery .caption .content h3 {
				margin: 0 0 2px 0;
				color: #f26531;
			}
