#fancyBoxContent {
	font-size: 13px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	width: 420px;
	background: #ffffff;
	line-height: 18px;
	/*-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;*/
}

#fancyBoxContent div.infographic {
	min-width:420px;
}
#fancyBoxContent div.graphic-promo {
	float:left;
	width:260px;
}

#fancyBoxContent h3{
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0;
	padding-bottom:0;
	line-height: 20px;
}

#fancyBoxContent p {
	margin-top:.7em;
	padding-top:0;
}

#fancyBoxContent a {
	outline: none;
	color: #336699;
	text-decoration:none;
	font-weight:bold;
}
#fancyBoxContent a:hover {
	outline: none;
	color: #8b0000;
	text-decoration:none;
	font-weight:bold;
}




#fancyBoxContent a img {
	float:left;
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
	width:auto;
}

#fancyBoxContent a img.last {
	margin-right: 0;	
}

div.clearthefloat{
clear:both;	
}