#gallery {
	position:relative;
	height:402px;
}
	#gallery div {
		float:left;
		position:absolute;
	}
	
	#gallery div img {
		border:none;
	}
	
	#gallery div.show {
		z-index:500
	}
	#gallery .caption {
		z-index:600; 
		background-color:#eee; 
		color:#000;
		height:80px; 
		width:100%; 
		position:absolute;
		bottom:0;
		width:200px; 
	}
	#gallery .caption .content {
		margin:5px;
	}
	#gallery .caption .content h3 {
		margin:0;
		border-width:0;
		padding:0;
		color:darkblue;
	}
	#gallery .caption .content p {
		line-height:1.3em;
	   font-size:0.7em;
		padding-right:1em;
		}
</style>

