body {
	font-family:Verdana;
	color:#333;
}
a {
	color:#666;
}
#js-container,
#js-container-2 {
	
}
.js-image {
	background:#000;
	font-size:1em;
	overflow:hidden;
	position:absolute;
	z-index:1;
	text-align:left;
}
.js-image a img,
a .js-overlay-image {
	border:none;
}

.js-image.size-3,
.js-image.size-3 img {
	width:245px;
	height:113px;
}

.js-image.size-2,
.js-image.size-2 img {
	width:221px;
	height:156px;
}

.js-image.size-1,
.js-image.size-1 img {
	width:298px;
	height:111px;
}

.js-image.size-4,
.js-image.size-4 img {
	width:265px;
	height:138px;
}


.js-image.size-5,
.js-image.size-5 img {
	width:170px;
	height:107px;
}
 
.js-image.size-6,
.js-image.size-6 {
	width:170px;
	height:59px;
}

.js-small-caption {
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	width:94%;
	padding:3%;
	height:auto;
}
.js-small-caption {
	opacity:.8;
}
.js-caption-overlay {
	background:#eee;
	z-index:998;
	padding:12px;
	position:absolute;
	overflow:hidden;
}
.js-small-caption span {
	color:#fff;
}
.js-overlay-image {
	float:left;
}
.js-overlay-html {
	
	
}
.js-overlay-html h4 {
	width:175px;
	text-align: center;
	font-size:.75em;
	float:left;
	margin:5;
	}
.js-overlay-html p {
	float:left;
	font-size:.75em;
	margin:5;
	text-align: justify;
}