/* Shrink top margin for countries with lengthy banner text*/
#banner_pics {
	float: right;
	margin-top: -3px;
}

#banner_content {
	width: 500px;
	float:right;
	text-transform: uppercase;
	color: white;
}

#banner_text {
	padding-top: 5px;
	line-height: 22px;
	font-size: 16px;
}

#banner_text a {
	padding-top: 5px;
	line-height: 22px;
	font-size: 16px;
	color: white;
}
/* End of shrinkage */
