@charset "UTF-8";
/* CSS Document */

	.gallery_demo{width:150px;margin:0 auto; background-color:#e0e0e0; height:357px;}
	.gallery_demo li{width:60px;height:50px;border:3px solid #FFF;margin: 8px 3px;background:#000;}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{float:right;height:357px;width:558px;background:black;}
	#main_image img{margin-bottom:10px;}
	
	.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}