.captify
{
	border: 0;
	text-align:center;
	margin: 0 auto;

}

.caption
{
	color:#FFFFFF;
	
	padding: 0.6em;
	font-weight:bold;
	font-size:11px;
	display:none;
	cursor:default;
	
	width:46%;
	text-align:center;
	border-top: 1px solid #303030;
	border-right: 1px solid #303030;
	
	background:#000000;
	opacity: 0.7;			/* Modern Browsers */  
	/* filter:alpha(opacity=70);	/* IE 5.5, IE6 & IE7 */   
	/* -moz-opacity:0.7;	*/	/* older Mozilla browsers, older versions of Netscape  
	/* -khtml-opacity: 0.7;	*/	/* old versions of Safari (1.x) */ 
}

.caption a
{
	border: 0 none;
	text-decoration:none;
	background:#000000;
	padding:0.3em;
}

.caption a:hover {background:#202020;}

.caption-wrapper {
	margin: 0 auto;
	text-align:center;
	float:inherit;

}
