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

/* caption styling */

.caption-top, .caption-bottom {
	color: #333333;	
	padding: .5em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #ffffff;
	text-shadow: 1px 1px 0 #eeeeee;
	text-decoration: none;
}

.captify {
	border: 2px solid #ededed;
	text-decoration: none;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
	text-decoration: none;
}
.caption-bottom {
   border-width: 2px 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;
	text-decoration: none;
}
.caption-wrapper {
	float: left;
}

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