
img {
}
#main {
	width: auto;
	margin: 0 auto;
	position:relative;
	margin-right:100px;
}
#large {
	width: 500px;
	height: 400px;
	float: left;
	background: url(img/ind/indicator.gif) no-repeat 50% 60%;
}
#large img {
	width: 500px;
	height: 335px;
	margin-top:18px;
}
#thumbnail {
	width: 100px;
	height: 330px;
	overflow: auto;
	float: left;
	list-style: none;
	padding: 5px;
	background: #fff;
}
#thumbnail li {
	float: left;
	width: 79px;
	margin-bottom: 2px;
	_margin-bottom: 5px;
}
#thumbnail a {
	display: block;
	width: 75px;
	height: 50px;
	padding: 1px;
	border: 1px solid #ccc;
}
#thumbnail a:hover {
	border-color: #405061;
}

