@charset "utf-8";
/* CSS Document */
/* BEGIN DEMO STYLE */

#main_image{
	margin:0 5px;
	height:410px;
	width:460px;
}
#main_image img{
	margin-bottom:10px;
}
.caption{
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
	color:#333;
	font-size: .8em;
	}
.demo{
	position:relative;
	width: 475px;
	float: right;
}
.gallery_demo{
	width:600px;
	margin:0 
	auto;
	}
.gallery_demo li{
	width:68px;
	height:50px;
	border:3px solid #111;
	margin: 2px 2px 2px 2px;
	background:#fff;
	}
.gallery_demo li div{
	left:240px
	}
.gallery_demo li div .caption{
	font-size: 1 em;
/*	line-height: 1.5em;*/
	}
	
.nav{
	padding-top:15px;
	clear:both;
	font:80% Tahoma,sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align: center;
	}
