.photo {
	position:relative;
	width:200px;
	height:120px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	background:#222;
}

.photo.end {
	margin-right:0;
}

.photo a {
	display:block;
}

.photo img {
	float:none;
	margin:0;
	padding:0;
}

#sub .photo .title {
	position:absolute;
	bottom:0;
	left:0;
	background-color:#272727;
	color:#ffffff;
	display:block;
		width:100%;
	border: 0;
	margin:0!important;
	padding: 0;
}

#sub .photo .title span {
	display: block;
	width: 80%;
	height: 100%;
	padding: 4px 10px;
}

.gallery {
	overflow:hidden;
	background-color:#272727;
	border:4px solid #272727;
	width:280px;
	height:160px;
	float:left;
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
}

.gallery.end {
	margin-right:0;
}

.gallery .thmb {
	overflow:hidden;
}

#sub .gallery .thmb img {
	display: block;
	float:none;
	margin:0;
	padding:0;
	border: 0;
	max-width: 280px;
	max-height: 160px;
	height: auto;
}

#sub .gallery .title {
	margin-top:2px;
	background-color:#272727;
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
}

.gallery .title a {
	color:#ccc;
	text-decoration:none;
}

.gallery .title a:hover {
	background-color:transparent;
	text-decoration:none;
	color:#fff;
}