/* BEGIN DEMO STYLE */

.caption{
	font-style:normal;
	text-transform:uppercase;
	color:#424344;
	float:right;
	margin-left:630px;
	margin-top:-18pt;
}

.gallery{
	float:left;
	margin-top:0px;
	position:relative;
	width:655px;
}

.gallery_demo{
	width:580px;
	margin:0;
	display:inline;
}


.gallery_demo li{
	max-width:580px;
	max-height:402px;
	border:3px solid #ffffff;
	margin-bottom:7px;
	margin-right:7px;
	background:#e3e3d7;
}


.gallery_demo li div{
	left:0px
}

.gallery_demo li div .caption{
	font:italic 0.7em/1.4;
}
	
#main_image{
	margin:0;
	max-height:402px;
	width:655px;
	overflow:hidden;
	position:relative; 
}

#main_image img{
	margin-bottom:5px;
	border:0px solid #ffffff;
}
	
.nav{
	float:left;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:left;
	margin-top:-6px;
	
}
