#gallery {
	position:relative;
	height:141px;
	text-align: center;

	float: left;
	margin: 0;
	padding:0;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
	#gallery a {
		position: absolute;
	}
	
	#gallery a img {
		border:none;
		width: 980px;
		height: 141px;
	}
	
	#gallery a.show {
		z-index:500
	}
 
	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}
 
	#gallery .caption .content {
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}