#gallery li {list-style: none;}

#galwrapper {
    width: 500px;
	margin:15px 0 15px 45px;

}
#galwrapper h2 { 
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#a03d58;
	margin:0px;
	line-height:1em;
	width:100%;
	padding:0px;
}
#img {
    position: relative;
    height: auto;
    vertical-align:middle;	
	text-align:center;
	margin:1em auto;
	overflow:hidden;
}

#gallery { height: auto; }

#galwrapper, #img, #gallery li {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.main { margin:0 auto; text-align:center }

#gallery li {
    float: left;
    padding: 1px;
    /*background: transparent url(../i/ajax-loader-small.gif) 50% 50% no-repeat;*/
    border-color: #345;
	width:50px;
	height:50px;
    cursor: pointer;
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 1%;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    opacity: .5;
}

.galleria_wrapper { vertical-align:bottom;height:auto;overflow /*\**/: hidden\9;background:#F5F5F0;border:1px solid #CCCCCC;margin:0px;padding:0px; }
.main{ display:none }
.thumb_caption {width: 96%; height: 30px; opacity: 0.8;margin-top:-25px; background:#000000; color:#ffffff; padding:3px; font-size:11px; margin-left:-1px; display:none}
.thumb { width:50px;height:50px; }
.galleria_wrapper span.caption { height:auto !important; }