.galleria_div {
	position: relative;
	margin-top: 2em;
	height: 500px;
	width: 900px;
}
.gallery_custom {
	width: 210px;
	float: left;
}
.gallery_custom li {
	width: 60px;
	height: 40px;
	border: 3px double #eee;
	margin: 0 2px 2px 0;
	background: #000;
}
.gallery_custom li.hover {
	border-color: #bbb;
}
.gallery_custom li.active {
	border-style: solid;
	border-color: #222;
}
.gallery_custom li div {
	left: 240px
}
.gallery_custom li div .caption {
	font: italic 0.7em/1.4 georgia,serif;
}

.galleria_container {
	margin: 1em auto 60px auto;
	height: 438px;
	float: right;
}

.galleria_container img {
	margin-bottom: 5px;
	border: 1px solid black;
}

.nav {
	padding-top: 15px;
	clear: both;
}
.nav {
	position: absolute;
	top: 320px;
	left: 40px;
}

