@charset "utf-8";
/* CSS Document */



.clear {
	clear:both
}

#gallery {
	position:relative;
	height:250px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {

	}

	#gallery .caption {
		color:#ffffff; 
		position:absolute;
	}

	#gallery .caption .content {
		margin:10px;
		bottom:0px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#09F;
	}
	
