@charset "utf-8";
/* CSS Document */
#image_gal {
	width: 450px;
	height: auto;
	border: 2px solid #E9E9E9;
	margin: 0 auto;
	padding: 10px 0px 10px 10px;
}
#image_gal_1only {
	width: 300px;
	height: auto;
	border: 2px solid #E9E9E9;
	margin: 0 auto;
	padding: 10px;
}
#image_gal #large {
	width: 300px;
	height: auto;
	overflow: hidden;
	float: left;	
}
#image_gal #large img {
	width: auto;
	height: auto;
	vertical-align:middle;
	border: 0;
}
#image_gal #thumbnail {
	width: 100px;
	height: 220px;
	overflow: auto;
	float: right;
	list-style: none;
	margin-top: 0;
	margin-left: 16px;
	_margin-left: 8px;
	padding: 0 5px;
	/*border: 2px solid #E5E5E5;*/
	background: #fff;
}
#image_gal #thumbnail li {
	float: left;
	display: inline;
	width: 79px;
	margin: 1px 5px;
	_margin: 5px;
}
#image_gal #thumbnail a {
	display: block;
	width: 75px;
	height: auto;
	padding: 1px;
	text-align: center;
	border: 1px solid #ccc;
}
#image_gal #thumbnail a:hover {
	border-color: #405061;
}

