
body{
	font-family:arial
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:190px;
	opacity: 0.99;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show1 {
		z-index:960
	}

	#gallery .caption {
		z-index:960; 
		background-color:#000; 
		width:100%;
		/*color:#ffffff; 
		 height:250px; 
		position:absolute;
		bottom:0;*/
	}

	#gallery .caption .content {
		margin:0px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}