@charset "iso-8859-9";
/* CSS Document */


#main {
	width: 580px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
	display: block;
	clear:left;
}
#large {
	width: 400px;
	height: 250px;
	float: left;
	border: 1px solid;
	border-color: #DFDFDF;
	margin: 0px;
	margin-top: 0px;
}
#large img {
	width: 350px;
	height: 250px;
	border: 1px solid #CCC;
}
#thumbnail {
	width: 170px;
	height: 250px;
	float: left;
	list-style: none;
	margin-left: 1px;
	padding: 1px;
	background: #fff;
	margin-top: -2px;
}
#thumbnail li {
	float: left;
	width: 80px;
	margin: 2px;

}
#thumbnail a {
	display: block;
	width: 75px;
	height: 56px;
	padding: 1px;
	border: 1px solid #ccc;
}
#thumbnail a:hover {
	border-color: #405061;
}
