#js-container,
#js-container-2 {
	width:729px;
	margin:30px auto; 
	position:relative;
	height:300px;
}
.js-image {
	background:#FFF;
	font-size:1em;
	overflow:hidden;
	position:relative;
	z-index:1;
	text-align:left;
}
.js-image a img,
a .js-overlay-image {
	border:none;
}
.js-image{
	width:138px;
	height:0; /*Fixes Box Falling Problem*/
}

.js-image img{
	width:138px;
	height:118px;
}
.js-overlay-image {
	width:138px;
	height:118px;
}
.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:5998;
	padding:12px;
	position:absolute;
	overflow:hidden;
	border:1px solid #CCC;
}
.js-small-caption span {
	color:#fff;
}
.js-overlay-image {
	float:left;
}
.js-overlay-html {
	float:left;
	padding:0 0 0 15px;
	width:260px;
}
.js-overlay-html h3 {
	margin:0;
	padding:0 0 10px 0;
	margin-bottom:-10px;
	height:40px;
	max-height:40px;
	overflow:hidden;
}
.js-overlay-html p {
	font-size:.85em;
	margin:0;
	height:78px;
	max-height:78px;
	overflow:hidden;
	margin-bottom:10px;
}
.caption-overlay-action{
	position:relative; 
	bottom:2px; 
	left:-153px; 
	width:415px;
	border:1px solid #CCC;
	background-color:#FFF;
	padding:5px;
	height:20px;
	line-height:20px;
	max-height:20px;
	
}
.caption-overlay-action span
{
	width:180px;
	height:20px;
	display:block;
	float:left;
}
.caption-overlay-action strong{
	position:relative;
	top:-5px;
	padding:0 5px;
}
