﻿.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 { border: none; }

.image-overlay a
{
    margin-right: 10px;
    float: left;
    background: #fff;
    border: solid 0px;
    overflow: hidden;
    position: relative;
}
.image-overlay img
{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.image-overlay .space
{
    float: left;
    position: absolute;
    background-color: #006983;
    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: .4;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    height:9px;
    top: 78px;
}

.image-overlay .caption
{
    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)";
}
.image-overlay .caption h1, .image-overlay .caption h2, .image-overlay .caption h3,
.image-overlay .caption h4, .image-overlay .caption h5, .image-overlay .caption h6, .image-overlay div.caption span.jQueryHead
{
	margin: 5px 0 0px 2px;
    font-size: 13px;
	padding: 0 0 5px 5px;
	color: #fff;
	display: block;
}
.image-overlay h4
{
	clear: both;
	font-weight: normal;
	font-size: 12px;
	color: #006983;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 7px;
	padding-top: 5px;
	height: 12.5px;
}
.image-overlay a:hover h4
{
	color: #00657B;
}
.image-overlay p
{
	text-indent: 0;
	margin: 0px;
	font-size: 1em;
	color: #999;
}