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


	
	/* BEGIN DEMO STYLE */
	*{
	margin:0;
	padding:0;
	border: thin none #999999;
}
	a{
	color:#4F3A23;
	text-decoration:none;
	outline:none;
}
	a:hover{
	color:#728051;
}
	.caption{color:#888;position:absolute;top:250px;left:3px;width:200px;}
	.demo{
	position:static;
	margin-top:0em;
	background-color: #FFFFFF;
}
	.gallery_demo{width:200px;float:left;}
	.gallery_demo li{
	width:55px;
	height:70px;
	border:3px double #eee;
	background:#eee;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
}
	.gallery_demo li.hover{border-color:#bbb;}
	.gallery_demo li.active{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: D5D9C1;
	border-right-color: D5D9C1;
	border-bottom-color: D5D9C1;
	border-left-color: D5D9C1;
}
	.gallery_demo li div{
	left:240px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	.galleria_container{
	height:700px;
	width:700px;
	float:right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
	.nav{padding-top:15px;clear:both;}
	
	.info{
	text-align:left;
	margin:30px 0;
	padding-top:30px;
	clear:both;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #221;
}
	.info p{margin-top:1.6em;}
	
	.nav{
	position:absolute;
	top:604px;
	left:15px;
	width: 277px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -20px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #737373;
	height: 89px;
}

