			img {
				border: none;
			}
			#main {
				width: 602px;
				margin: 0 auto;
			}
			#large {
				width: 602px;
				height: 450px;
				float: left;
				border: 1px solid gray;
				margin-bottom: 5px;
			}
			#large img {
				width: 600px;
				height: 450px;
			}
			#thumbnail {
				width: 600px;
				height: 270px;
				overflow: auto;
				float: left;
				list-style: none;
				margin: 0;
				padding: 0;
				border: 1px solid gray;
				background: #000;
			}
			#thumbnail li {
				float: left;
				_width: 79px;
				margin: 5px;
				_margin: 5px;
			}
			#thumbnail a {
				display: block;
				_width: 75px;
				_height: 56px;
				padding: 1px;
				border: 1px solid #ccc;
			}
			#thumbnail a:hover {
				border-color: #405061;
			}