.image-overlay { list-style: none; text-align: left; }
.image-overlay li { display: inline; }
.image-overlay a:link, .image-overlay a:visited, .image-overlay a:hover, .image-overlay a:active { text-decoration: none; }
.image-overlay a:link img, .image-overlay a:visited img, .image-overlay a:hover img, .image-overlay a:active img { }

.image-overlay a
{
    float: left;

    overflow: hidden;
    position: relative;
}

.image-overlay .caption_text
{
    float: left;
    position: absolute;
    background-color: #000;
    width: 100%;
	cursor: pointer;
	/* The way to change overlay opacity is the follow properties. Opacity is a tricky issue due to
		longtime IE abuse of it, so opacity is not offically supported - use at your own risk. 
		To play it safe, disable overlay opacity in IE. */
    /* For Firefox/Opera/Safari/Chrome */
	/*opacity: .8;*/
    /* For IE 5-7 */
   /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
    /* For IE 8 */
   /* -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}
.caption{
	width:136px;
	height:30px;
	background:#286934;
	position:absolute;
	z-index:3;
	top:140px;
	left:0px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 0px 0px 4px;
}
.image{
	cursor:pointer;
	float:left;
	position:relative;
	z-index:2;
	overflow:hidden;
	width:140px;
	height:140px;
}
.image-overlay .caption_text h1, .image-overlay .caption_text h2, .image-overlay .caption_text h3,
.image-overlay .caption_text h4, .image-overlay .caption_text h5, .image-overlay .caption_text h6
{
    /*font-size: 20px;*/
    font-weight: bold;

}
.image-overlay p
{
	text-indent: 0;
	margin: 10px;
	/*font-size: 1em;*/
}