/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 8px;	
	font-family: verdana;	
	cursor: default;
	border: 0px solid #8b8b8b;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 0px 0px;
}
.caption-bottom {
   border-width: 1px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 1.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
/* BUG IE
.caption-wrapper {
	float: left;
}
*/
br.c { clear: both; }
