/* lady of the day */
#featured_fantasy{
	width: 546px;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px dotted #7d7d7d;
	margin-top: 15px;
}
#featured_fantasy div.top{
	background: transparent url(/images/featured_fantasy.png) scroll no-repeat top left;
	padding-top: 52px;
	float: left;
	width: 100%;
}


#featured_fantasy .first_photo{
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 11px;
	margin-right: 5px;
	display: inline;
	text-align: center;
}
#featured_fantasy .first_photo img{
	border: 2px solid #ccc;
}
#featured_fantasy .second_photo{
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-right: 11px;
	margin-left: 5px;
	display: inline;
	text-align: center;
}
#featured_fantasy .second_photo img{
	border: 2px solid #ccc;
}