body {
	font-family:Verdana;
	color:#333;
}
a {
	color:#666;
}

#js-container {
	width:802px; 
	position:relative;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	float:left;
}

#js-container-small {
	width:320px; 
	position:relative;
	min-height:200px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}

.js-image {
	background:#000000;
	font-size:12px;
	overflow:hidden;
	position:relative;
	float:left;
	z-index:1;
	text-align:left;
	width:156px;
	height:156px;
	margin: 1px;
	border: 1px solid #000000;
}

.js-image a img,
a .js-overlay-image {
	border:none;
}
.js-image,
.js-image img,
.js-overlay-image {
	width:156px;
	height:156px;
}

.js-bottom-caption {
	position:absolute;
	bottom:0;
	width:156px;
	text-align: center;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 9px;
	border-top: 1px dotted #FFFFFF;
}

.js-bottom-caption {
	background-color: #000000;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.js-top-caption {
	background-color: #97D9EF;
	opacity:1.0;
	filter:alpha(opacity=100);
}

.js-caption-overlay {
	background:#eee;
	z-index:998;
	padding:12px;
	position:absolute;
	overflow:hidden;
	border: 1px solid;
	box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;
}
.js-top-caption span {
	color:#000000;
}

.js-bottom-caption span {
	color:#FFFFFF;
	font-style: normal;
}

.js-overlay-image {
	float:left;
}
.js-overlay-html {
	float:left;
	padding:0 0 0 15px;
	width:240px;
	font-size:.75em;
}
.js-overlay-html h4 {
	margin:0;
	padding:0 0 3px 0;
}

.js-overlay-html a {
	color:#000099;
}

.js-overlay-html h5 {
	margin:0;
	padding:0 0 8px 0;
	font-size: 10px;
}

.js-overlay-html p {
	font-size:.75em;
	margin:0;
}