@charset "UTF-8";
/* CSS Document */

.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;
	left:180px
}
.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 */
* {
	margin:0;
	padding:0
}
h1, h2 {
	font:bold 80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}
a {
	color:#534834;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#cf7a17;
}
.caption {
	font-style:italic;
	color:#9b9579;
	margin-left: 30px;
}
.demo {
	position:relative;
	background: url(../images/gallery/gallery_woodbkgd.jpg) no-repeat center top;
	padding-top: 20px;
	margin-bottom: 20px;
}
.gallery_demo {
	width:860px;
	margin: 0 auto;
}
.gallery_demo li {
	width:70px;
	height:50px;
	border: 2px solid #111;
	margin: 0 2px;
	background:#534834;
}
.gallery_demo li div {
	left:0px
}
.gallery_demo li div .caption {
	font:italic 0.7em/1.4 georgia, serif;
}
#main_image {
	height:436px;
	width:860px;
	background: #000;
	margin: 0 auto 40px;
}
#main_image img {
	margin-bottom: 10px;
}
.nav {
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align: center;
}
.info {
	text-align:left;
	width:860px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p {
	margin-top:1.6em;
}
