#image-gallery {
	width: 679px;
	height: 205px;
	margin: 0 0 20px 0;
}
#gallery-image-list {
	width: inherit;
	height: inherit;
}
.gallery-item {
	margin: 0 0 20px 0;
	border: 1px solid #ececec;
}
.gallery-group {
	background-color: #bab2a2;
	width: 250px;
	height: inherit;
	position: absolute;
	right: 0;
	top: 0;
}
.gallery-item-image {
	width: 679px;
	height: 205px;
	cursor: pointer;
}
.gallery-item-group {
	font-size: 16px;
	font-weight: bold;
	width: 250px;
	text-align: center;
	padding: 3px;
}
.gallery-item-title {
	font-size: 11px;
	background-color: #db0029;
	color: #fff;
	width: 185px;
	padding: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 10% 10% 0;
	text-align: center;
}
.gallery-item-desc {
	font-size: 11px;
	line-height: 16px;
	position: absolute;
	width: 185px;
	top: 0;
	right: 0;
	margin: 10% 10% 0 0; 
	text-align: center;
}
