.clear {	clear:both}#gallery {	position:relative;	height:320px}	#gallery a {		float:left;		position:absolute;	}		#gallery a img {		border:2px solid #01b9ef;	}		#gallery a.show {		z-index:600;	}	#gallery .caption {		z-index:600; 		background-color:#000000; 		color:#01b9ef; 		height:30px; 		width:100%; 		position:absolute;		top:22px;		left:2px;	}	#gallery .caption .content {		margin:5px	}		#gallery .caption .content h3 {		margin:0;		padding:0;		color:#01b9ef;		font-size:18px;		font-family:Myriad, Helvetica, Arial;		font-weight:lighter;		z-index:800;		opacity:1.0;		filter:alpha(opacity=10);	}	