#main {
	width: 600px;
}
#large {
	width: 350px;
	height: 263px;
	float: left;
	background: url(photos/indicator.gif) no-repeat 40% 60%;
}
#large img {
	width: 350px;
	height: 263px;
	border:1px solid #FFF;
}
#thumbnail {
	width: 210px;
	height: 252px;
	_height: 266px;	
	overflow: auto;
	float: left;
	list-style: none;
	margin-left: 16px;
	border:1px solid #FFF;
	_margin-left: 8px;
	padding: 5px;
	background: #222;
	margin-bottom:10px;
}
#thumbnail li {
	float: left;
	width: 79px;
	margin: 8px;
	_margin: 5px;
}
#thumbnail a {
	display: block;
	width: 75px;
	height: 56px;
	padding: 1px;
}
