/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;
	padding: 1.2em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	font-weight: normal;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}

.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

/* ------------------------------------*/
/* END COPY >>>                        */
/* ------------------------------------*/

.ImgCaptMain{
    position: relative;
	width:100%;
    float: left;
    margin: 0;
    padding: 0;
}

.ImgCaptDescBox{
	position:absolute;
	left:0;
	bottom: 10px;
	width:100%;
}

.ImgCaptDescBg{
	background: url(../images/bg-text.png) no-repeat -525px 0;
	white-space: nowrap;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.ImgCaptDesc{
	padding:5px;
	color:#fff;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
