/*
 * $Id$
 */

.gallery, #main_image, .caption, .gallery_nav {
	width: 400px;
}
.gallery {
	list-style-type: none;
}
.gallery li {
	padding: 0;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	width: 72px;
	height: 45px;
	border-style: solid;
	border-width: 1px;
	border-color: #d9dbe8;
}
.gallery li img {
	width: 72px;
}
#main_image {
	height: 310px;
}
#main_image img {
	height: 250px;
	display: block;
	margin: 0 auto;
}
#main_image .caption {
	display: block;
	height: 60px;
	text-align: center;
}
.gallery_nav {
	clear: left;
	padding-top: 5px;
	font-size: smaller;
	text-align: center;
	text-transform: capitalize;
}
