#gallery {background: url(../images/background_gallery.jpg) no-repeat; width: 850px; height: 700px;padding:5px 0 0 0;}

/* #gallery #current_image {background: url(../images/background_gallery_photo.png) no-repeat; width: 834px; height: 459px;overflow:hidden;margin: 12px 0 8px 6px;padding: 12px 0 0 22px;}
#gallery #current_image img {width:790px;height:435px;} */

#gallery #current_image {
	width: 790px; height: 500px;overflow:hidden;margin: 12px 0 12px 22px;padding: 0;border: 10px solid #fff;
}

.galleria {list-style:none;width:810px;}
.galleria ul{margin: 0 auto;display:block;}
.galleria li{float:left;width:150px;height:115px;margin:2px 7px;overflow:hidden;border: 10px #fff solid;}
.galleria li img.thumb{cursor:pointer;}
.galleria li .caption{display:block;padding-top:.5em}