	
	/* BEGIN DEMO STYLE */
	*{margin:0;padding:0}
	body{
	padding:20px;
	color:#666666;
	width:900px;
	margin: 0 auto;
	font-family: 'helvetica neue', sans-serif;
	font-size: 80%;
	line-height: 140%;
}
	a{
	color:#333333;
	text-decoration:none;
	outline:none;
}
	a:hover{
	color:#333333;
}
	
	.demo{position:relative;margin-top:2em;}
	.gallery_demo{width:200px;float:left;}
	.gallery_demo li{width:55px;height:70px;border:3px double #eee;margin: 0 2px 2px 0;background:#eee;}
	.gallery_demo li.hover{
	border-color:#999900;
	border: solid;
}
	.gallery_demo li.active{
	border-style:solid;
	border-color:#333333;
}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	.galleria_container{
	margin:-20px auto 60px auto;
	height:438px;
	width:700px;
	float:right;
}
	
	
	
	.info{text-align:left;margin:30px 0;border-top:1px dotted #221;padding-top:30px;clear:both;}
	.info p{margin-top:1.6em;}



/* ----------------------- Classes ---------------------------------- */

.clearfloat {
	clear:both;
	height:30px;
	font-size: 1px;
	line-height: 0px;
}
	
	.nav{
	position:relative;
	top:20px;
	left:0;
	padding-top:15px;clear:both;
}
	
    

