
#gallery {
	position:relative;
	height:127px
}
#gallery a {
		float:left;
		position:absolute;
	}
#gallery a img {
		border:none;
		width:256px;
		height:127px;
}
#gallery a.show {
		z-index:500;
}
#gallery .caption {
		z-index:600; 
		background-color:#064070; 
		color:#ffffff; 
		
		width:261px; 
		position:absolute;
		bottom:0;
		font-size:12px;
		line-height:17px;
		top:62px;
		left:6px;
	
	
	}
#gallery .caption .content {
		margin:10px;
		height:70px;
		font:12px Arial, Helvetica, sans-serif;
	}



