img {
	border: none;
}
#large {
	width: 400px;
	height: 300px;
	float: center;
}
#large img {
	width: 400px;
	height: 300px;
	border: 1px solid #000;
}
#thumbnail {
	width: 135px;
	height: 450px;
	overflow: auto;
	float: center;
	list-style: none;
	padding: 0px;
	border:1px solid #000;
	background: #333333;
}
#thumbnail li {
	float: left;
	width: 79px;
	margin: 8px;
	_margin: 5px;
}
#thumbnail a {
	display: block;
	width: 75px;
	height: 56px;
	padding: 0px;
	
}
#thumbnail a:hover {
	border-color: #000;
}