/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #fff;	
	padding-top: .3em;
	padding-bottom:1.7em;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border-top: 0px solid #222;
	background: #000000;
}
.minicap { 
        color: #888;	
	padding-top: .3em;
	padding-bottom:1.7em;
	font-size: 10px;	
	font-family: arial;	
	cursor: default;
        text-align:center;
	border-top: 0px solid #222;
	background: #000000;
        border-width: 0px 0px 8px 0px;
        position:relative;
        top:18px;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 4px 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; }
