div.closeBanner{
	float: right;
	background: url('img/close_button.jpg');
	width: 15px;
	height: 15px;
	cursor: pointer;
	border: 1px solid #09337F;
}
div.closeBanner:hover{
	border: 1px solid #a6a6a6;
}

div#popupBanner{
	top: -500px;
	position: fixed;
	opacity: 0;
	margin: 0px 310px;
	width: 350px;
	height: 505px;
	cursor: pointer;
	background: url('img/lot_promo.jpg') bottom no-repeat;
}