* {
	margin:0;
	padding:0;
}

a {
	color:#348;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#67a;
}

.demo {
	position:relative;
	margin-top:2em;
	background-color: #000;
	width: 900px;
	height: 580px;
	padding: 10px;
}

.gallery_demo {
	width:702px;
	margin:0 auto;
}

.gallery_demo li {
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}

.gallery_demo li div {
	left:240px;
}

.gallery_demo li div .caption {
	font: georgia,serif;
	font-size: 16px;
	font-weight: bold;
}

#main_image {
	margin:0 auto 60px auto;
	height:438px;
	width:700px;
}

#main_image img {
	margin-bottom:10px;
}

.gallery_nav { 
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}

