body{
	font-family:arial
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:35px; 
		width:898px!important; 
		position:absolute;
		top:0;
		left: 18px!important;
	}

	#gallery .caption .content {
		margin:8px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#ffffff;
		font-weight: normal;
		font: normal 16px Georgia, "Times New Roman", Times, serif;
	}
	

