#gallery_wrapper {

	width: 900px;
	margin: 0 auto;

}

#gallery_wrapper > #image_wrapper {

	width: 200px;
	height: 235px;
	float: left;
	background-color: #076d61;/*#fef7e0;*/
	margin: 10px;
	color: #FFFFFF;

}

#gallery_wrapper > #image_wrapper > #image {

	width: 198px;
	height: 198px;
	line-height: 198px;
	margin: 0 auto;
	margin-top: 1px;
	text-align: center;
	/*background-color: rgba(253, 248, 198, 0.9);*/

}

#gallery_wrapper > #image_wrapper > #image > img {

	max-width: 190px;
	max-height: 190px;
	vertical-align: middle;
	margin: 0 auto;

}

#gallery_wrapper > #image_wrapper > #description {

	width: 188px;
	min-height: 30px;
	max-height: 100px;
	padding: 1px 5px 0 5px;
	margin: 0 auto;
	margin-bottom: 1px;
	overflow: auto;
	text-align: center;

}