/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 5px;	
	font-size: 12px;	
	cursor: default;
	letter-spacing:0.05em;
	border: 0px solid #334143;
	background: #000000;
	filter: alpha(opacity=50);
	width:127px;
}
.caption-top {
   Xborder-width: 0px 0px 8px 0px;
}
.caption-bottom {
   Xborder-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }


