.galleria{
	list-style:none;
	width:110px;
	height: 354px;
	float: right;
	position: absolute;
}
.galleria li{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:right;
	margin-bottom: 12px;
}
.galleria li a{display:none}
.galleria li div{
	display:none;
	position: absolute;
	left: 180px;
	top: 0px;
}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{
	width:400px
} /* MSIE bug */


	.caption{color:#888;position:absolute;top:250px;left:3px;width:200px;}
	.demo{
	position:absolute;
}
	.gallery_demo{
	float:right;
	height: 355px;
	margin-left: 634px;
	width: 79px;
}
	.gallery_demo li{
	width:75px;
	height:75px;
	background-color: #000;
	border: 2px solid #333;
}
	.gallery_demo li.hover{
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
	.gallery_demo li.active{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfa46d;
	border-right-color: #bfa46d;
	border-bottom-color: #bfa46d;
	border-left-color: #bfa46d;
}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12em;
	line-height: 1.4;
	color: #CCC;
}
	
	.galleria_container{
	height:349px;
	float:left;
	width: 620px;
	border: 2px solid #333;
}
	
	.nav{padding-top:15px;clear:both;}
	
	.info{text-align:left;margin:30px 0;border-top:1px dotted #221;padding-top:30px;clear:both;}
	.info p{margin-top:1.6em;}
	
	.nav{position:absolute;top:410px;left:0;}
