@charset "utf-8";
/* CSS Document */
#gallery_content {
	text-align: left;
}

	#gallery_content ul {
		margin-top: 5px;
		list-style: none;
		list-style-type: none;
		position: relative;
		overflow: hidden;
		clear: both;
	}
	
		#gallery_content ul li {
			list-style: none;
			list-style-type: none;
			float: left;
			margin-right: 5px;
		}

		#gallery_content ul li.nomargin {
			list-style: none;
			list-style-type: none;
			float: left;
			margin-right: 0px;
		}
		
			#gallery_content ul li img {
				border: 8px #bfd4e0 solid;
			}
	
