/* image media styles */
.published_galleries .gallery {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #000;
	padding: 3px;
	text-align: center;
	font-size: 1em;
	clear: both;
}
.published_galleries .gallery h2 { text-align: left; font-size: 16px; } /* headline */
.published_galleries .gallery .publish_date { font-size: 12px; color: #666; text-align: left; } /* date */
.published_galleries .gallery img { border: 1px solid #000; }

.published_galleries .gallery .image_wrapper {
	width: 220px;
	float: left;
	text-align: left;
}

.published_galleries .gallery p {
	text-align: left;
	font-size: 13px;
}
	
/* end image media styles */
