.galleria{list-style:none;width:200px}
.galleria li{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
}
.galleria li a{display:none}
.galleria li div{
	position:absolute;
	display:none;
	top:0
}
.galleria li div img{
	cursor:pointer;
	left: 180px;
}
.galleria li.active div img,.galleria li.active div{
	display:block;
}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	display:block;
	width:300px;
	height:500px;
}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{
	width:400px;
} 
	a{
	color:#a7d9ea;
	text-decoration:none;
	outline:none;
}
	a:hover{color:#67a;}
	.caption{
	color:#887;
	font-size: 10px;
	background-repeat: no-repeat;
}
	.demo{
	position:relative;
	margin-top:0px;
	left: 140px;
	width: 740px;
	z-index: 10;
	top: 20px;
}
	.gallery_demo{
	width:702px;
	margin:0 auto;
}
	.gallery_demo li{
	width:54px;
	height:40px;
	border:1px solid #B996A3;
	margin: 4;
	background:#FFF;
}
	.gallery_demo li div{
}
	.gallery_demo li div .caption{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	color: #666;
}
	
#main_image{
	height:400px;
	width:618px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	background-color: #FFF7F3;
	background-repeat: no-repeat;
	padding: 0px;
}
#main_image img{margin-bottom:10px;}
	
	.nav{
	padding-top:15px;
	clear:both;
	letter-spacing:3px;
	text-transform:uppercase;
	font-family: 'helvetica neue', sans-serif;
	font-size: 80%;
	text-align: center;
	margin-bottom: 15px;
	height: 30px;
}
	
	.info{
	text-align:left;
	width:700px;
	padding-top:30px;
	height: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 300px;
}
	.info p{margin-top:1.6em;}
	
#captionBG {
	background-image: url(../../images/caption-bg.gif);
	background-repeat: no-repeat;
	height: 84px;
	width: 1000px;
	z-index: 0;
	top: 585px;
	position: absolute;
}

