#photo-galleries{
	margin-bottom: 20px;
}

#photo-galleries .photo-gallery{
	width: 200px;
	height: 222px;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#photo-galleries .photo-gallery-name{
	height:29px;
	width: 175px;
	margin-top: 169px;
	position: absolute;
	margin-left: 20px;
}

#photo-galleries .photo-gallery-name h2{
	font-size:1em;
	line-height: 1em;
	font-family: 'Bradley Hand ITC', cursive;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

#photo-galleries .photo-gallery-image{
	background: transparent url(/images/photo-bg.png) no-repeat scroll 0 0;
	width:209px;
	height:212px;
	padding: 10px 0 0 15px;
}

#photo-galleries .photo-gallery-image div{
	overflow:hidden;
	width:184px;
	height:156px;
	line-height: 152px;
	text-align: center;
}

#photo-galleries .photo-gallery-image img{
	width: 210px;
	vertical-align: middle;
	margin-left: -10px;
}
