#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}
/**************************** Gallery *****************************/

#gallery {
	width: 680px;
	margin: auto;
	overflow: auto;
	padding-bottom: 18px;
	position:static;
}

.float_left_thumb {
	float: left;
	height: 164px;
	width: 152px;
	margin: 8px 10px 2px 8px;
	background: url(../images/gallery_thumb.png) no-repeat;
	padding-top: 6px;
	text-align: center;
}
.float_left_thumb .group {
	display: block;
	padding: 0px;
	height: 140px;
	width: 140px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	text-align: center;
}




.float_left_thumb .group img {
	height: 140px;
	width: auto;
	padding: 0px;
	margin: 0px;
}
