/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: normal;
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	border: 0px solid ##009EE0;
	background: #FFFFFF;

}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration:none;
	background: #FFFFFF;
	padding: 0.3em;
	font-family:Arial, Helvetica, sans-serif;
	color:#990033;
}
.caption a:hover, .caption a:hover {
	background: #eaeaea;
	color:#0CC;
}
.caption-wrapper {
	float: left;
	width:470px;

}



.caption-wrapper img {
	margin:5px;

}

/* ------------------------------------*/
/* END COPY >>>                        */
/* ------------------------------------*/

/* ignore the nonsense below, you don't need it for your projects */


#wrapper {
	width: 600px;
	background-color:#FFFFFF;
	margin-top: 3px;
	margin-bottom: 5px;

}



.images {
	padding:1px;
	background-color:#FFFFFF;
}



.images a:hover img {
	border-color: #cdaf92;
}
.images a {
	background: none;
	padding: 0;
}




