@charset "utf-8";
/* CSS Document */
/*==========================================================================
Photo Gallery Section
==========================================================================*/
.photo_gallery_wrapper {
	background:none;
	width:750px;
	height:auto;
	margin:10px auto;
}
.photo_gallery_image {
	width:232px;
	height:182px;
	overflow:hidden;
	margin:8px auto 2px auto;
	text-align:center;
}
.photo_gallery_image img {
	max-width:230px;
	max-height:180px;
	border:1px solid #ccc;
	border-radius:10px;
}
.photo_gallery_container {
	width:240px;
	height:265px;
	float:left;
	text-align:center;
	margin:4px;
	font-size:12px;
	color:#333;
	padding:1px;
	border-radius:10px;
	box-shadow: 0px 1px 5px 0px #aaa;
}

