#js-container {
	position:relative;
	width:601px;
	height:564px;
	border:1px solid none;
	border-width:1px 0;
	background:none;
}
.js-image {
	background:#000;
	overflow:hidden;
	position:absolute;
	z-index:1;
	text-align:left;
}
.js-image a img,
a .js-overlay-image {
	border:none;
}
.js-image .js-overlay-caption-content {
	display:none;
}
.js-overlay-image {
	width:222px;
	height:124px;
}
.js-image.size-1,
.js-image.size-1 img {
	width:400px;
	height:225px;
}
.js-image.size-2,
.js-image.size-2 img {
	width:200px;
	height:112px;
}
.js-caption {
	position:absolute;
	bottom:0;
	left:0;
	background:#2193c3;
	width:94%;
	padding:3%;
	height:auto;
	z-index:2;
}
.js-caption {
	opacity:.8;
}
.js-caption-overlay {
	background:#ffffff;
	z-index:998;
	padding:12px;
	position:absolute;
	overflow:hidden;
}
.js-caption span {
	color:#fff;
}
.js-overlay-image {
	float:left;
}
.js-overlay-html {
	float:left;
	padding:0 0 0 15px;
	width:180px;
}
.js-overlay-html h4 {
	margin:0;
	padding:0 0 10px 0;
}
.js-overlay-html p {
	margin:0;
}
