@charset "UTF-8";
		#gallery img {
			border: none;
		}

		#gallery_nav {
			float: left;
			width: 232px;
			text-align: left;
		}

		#gallery_output {
			float: left;
			width: 504px;
			height: 379px;
			overflow: hidden;
		}

		#gallery_output img {
			display: block;
			margin: 0px auto 0 auto;
		}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}