
.galleria{
	list-style:none;
	width:200px
	margin-top:20px;	
	overflow:hidden;
}

.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
}

a{
	color:#348;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#67a;
}

.gallery_demo{
	width:650px;
	margin:0 auto;
	margin-top:0px; 			
}

.gallery_demo li{
	width:68px;
	height:50px;

	border:3px double #fff;
	*border:3px double #111;
	
	margin: 3px 3px;
	*margin: 2px 2px;
	
	background:#000;			
}

.gallery_demo li div{
	left:240px
}

.gallery_demo li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
}

.gallery_demo_unstyled{	
	/* margin-top:65px;
	*margin-top:0px; */
	margin-top:0px;
}

#main_image{
	margin:30px auto 100px auto;
	*margin:30px auto 30px auto;
	/*height:440px;
	width:700px;*/
	background:white;				
}

#main_image img{						
	border:3px double #111;
	margin-bottom:15px;
	*margin-bottom:20px;		
}
	
.nav{					
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}

.info{
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}

.info p{
	margin-top:1.6em;
}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	}	


* html .galleria li div span{width:400px} /* MSIE bug */