/* CSS Document */

.clear { clear:both; }

#gallery { position:relative; z-index:-3; }

#gallery a { float:left; position:absolute; }
	
#gallery a img { border:none; border:3px solid #FFFFFF; width:465px; overflow:hidden; height:255px; }
	
#gallery a.show { z-index:500 }

#gallery .caption { z-index:600; background-color:#000; color:#e1e0e0; height:41px; width:100%; position:absolute;	top:217px; left:3px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }

#gallery .caption .content { margin:5px; text-align:center; }
	
