.galleria{
	list-style:none;
	float:left;
}
.galleria li{
	display:block;
	overflow:hidden;
	float:left;
}
.galleria li a{
	display:none;
}
.galleria li div{
	display:none;
}
.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;}
* html .galleria li div span{width:400px} /* MSIE bug */
.caption{
	color:#4C4C4C;
	font-family: Times New Roman;
	font-size: 11px;
	margin-left: 2px;
	position: absolute;
	top: 508px;
}
.demo{
	margin-top: 0px;
	float: left;
}
.gallery_demo{
	width:100%;
	height: 56px;
	float: left;
	position: relative;
	left: 0px;
}
.gallery_demo li{
	width:40px;
	height:30px;
	border:solid;
	border: #A5B5A9;
	margin: 2px;
	background:#D4D8D5;
	left: -40px;
	top: -10px;
	position: relative;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A5B5A9;
}
.gallery_demo li div .caption{
}
#main_image{
	width:754px;
	height:504px;
	background-image: url(../site_images/img_shadow.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	top: 78px;
}
#main_image img{
	margin-bottom:12px;
	margin-left:2px;
	position: relative;
	top: -76px;
}
.nav{
	clear:both;
}