	
	/* BEGIN DEMO STYLE */
	*{margin:0;padding:0}
	a{
	color:#333333;
	text-decoration:none;
	outline:none;
}
	a:hover{
	color:#C2E7F6;
}
	
	.demo{
	position:relative;
	margin-top:2em;
	float: left;
}
	.gallery_demo{   /* This is the THUMBS and their Width and Height and so on */
	width:200px;
	float:left;
}
	.gallery_demo li{
	width:55px;
	height:70px;
	border:3px double #FFF;
	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:#C3EBFD;
}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	.galleria_container{
	margin:0px auto 0px auto;
	height:600px;
	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;
	clear: both;
	padding: 2px 0 0 0;
	margin: -30px 0 0 0;
}
