.gallery_title{
	margin-top: 0; 
	margin-bottom: 5px;
}

.galleria_div{
	position:relative;
	margin-top:2em;
	width:720px;
/*	background-color: green;*/
}

.gallery_custom{
	min-height: 400px; 
	min-width:270px;
/*	background-color: blue;*/
}

.gallery_custom li{
	width:80px;
	height:57px;
	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;
}

.galleria_container .caption{}

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

.galleria_container{
	margin:0 5px 60px auto;
/*	height:438px;*/
	float:right;
	left: 500px;
/*	background-color: red;*/
}

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