@CHARSET "UTF-8";
.gallery_unstyled
{
	text-align:center;
}
.gallery_wrap
{
	position:relative;
	margin-top:0;
}
.gallery
{
	width:702px;
	margin:0 auto;
}
.gallery li
{
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}
.gallery li div
{
	left:240px
}
.gallery li div .caption
{
	font:italic 0.7em/1.4 georgia,serif;
}
#main_image
{
	margin:0 auto 60px auto;
	height:375px;
	width:700px;
	background:black;
	display:none;
}
#main_image img, .gallery_unstyled img
{
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	border: 6px solid #ddd;
}
.nav
{
	padding-top:0;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
}
.nav a
{
	text-decoration: none;
}
.nav a:hover
{
	color: #ccc;
}
.caption
{
	display: block;
	color:#887;
	text-align: center;
	margin-bottom :0;
}
