/* Gallery */
.gallery {
	margin-right: -15px;
}
.gallery-item {
	display:inline-block;
	width:220px;
	margin: 0 10px 10px 0;
	position:relative;
}
.gallery-item img {
	width:220px;
	height:147px;
}
.gallery-item span, .photoright span, .photoleft span {
	position:absolute;
	display:block;
	left: 0;
	bottom: 0;
	width:100%;
	padding:4px 0;
	background:transparent url('../images/i-hero-caption.png') no-repeat;
	font-size:11px;
	text-align:center;
}
#content .gallery-item span a, #content .photoright span a, #content .photoleft span a {
	color:#fff;
}
.photoright, .photoleft {
	position:relative;
}
.photoright {
	margin: 0 0 0 40px;
}
.photoleft {
	margin: 0 40px 0 0;
}

