.clear {
	clear:both
}

#gallery {
	position:relative;
	height:120px;
	width:950px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
		width:950px;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#900; 
		color:#fff; 
		height:25px; 
		width:1px; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px;
		font-size:11px;
		font-weight:700;
	}
	

