@charset "utf-8";
@import url("reset.css");

#container {
	width: 550px;
	margin: 0 auto;
}
#mainimage {
	text-align: center;
	vertical-align: middle;
	margin: 25px 0;
	height: 407px;
}
#mainimage img {
	margin: 0 auto;
}
#gallery {
	width: 100%;
	overflow: auto;
	height: 90px;
	position: relative;
}
#scroller {
	width: auto;
	white-space: nowrap;
	margin: 0 auto;
	position: relative;
}
.image {
	float: left;
	margin: 5px;
}

