@charset "utf-8";
/* CSS Document */

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:300px; overflow:hidden;
}
	#gallery a {
		float:left;
		position:absolute;
		height:300px;
		
	}
	
	#gallery a img {
		border:none;
		width:852px;
		overflow:hidden;
	}
	


	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
.clear{clear:both;}