body{
	font-family:arial
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:250px
        
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border: none; 

	}
	
	#gallery a.show {
		z-index:502
	}

	#gallery .caption {
		z-index:502; 
		background-color:#000000; 
                font-size:16px;
		color:#fff; 
		height:40px;
		width:100%; 
		position:absolute;
		bottom:0;
                
	}

	#gallery .caption .content {               
		margin:10px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		color:#1DCCEF;
	}
