
#gallery { position:relative; height:150px; }

#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:#D1181D; 
		/*height:100px; width:100%; */
		padding:3px 8px 0px 8px;
		font-weight:bold;
		position:absolute;
		bottom:5px; right:5px;
		font-size:28px;FONT-FAMILY: Trebuchet MS, Verdana, Arial CE, Helvetica, helv, sans-serif; font-style: oblique;
}

#gallery .caption .content { margin:5px; }
	
#gallery .caption .content h3 {margin:0;padding:0;color:#1DCCEF;}

