*{
	padding: 0;
	margin: 0;
}

#gallery_wrap { 
	width: 575px; 
	
}

.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:575px } /* MSIE bug */

/* BEGIN DEMO STYLE */
.caption {
	color:#888;
	position:absolute;
	top:400px;
	left:190px;
	width:200px;
}

.demo {
	position:relative;
	margin-top:2em;
	width: 575px;
	text-align: center;
}

.gallery_demo {
	width:575px;
	float:left;
}

.gallery_demo ul{
}


.gallery_demo li {
	width:55px;
	height:70px;
	border:3px double #eee;
	margin: 0 2px 2px 0;
	background:#eee;
}

.gallery_demo li.hover { border-color:#bbb; }

.gallery_demo li.active {
	border-style:solid;
	border-color:#222;
}

.gallery_demo li div { left:240px }

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

.galleria_container {
	margin:0 auto 0 auto;
	height:438px;
	width:575px;
	float:right;
}

.nav {
	position:absolute;
	top:380px;
	left:200px;
	padding-top:15px;
	clear:both;
	text-align: center;
	width: 175px;
}

