#lassPromoIFrame {
		position:	absolute;
		display:	none;
		width:		300px;
		height:		270px;
		border:		1px solid black;
		overflow:	hidden;
		background:	transparent;
}
#lassPromoWindowCloseButton {
	position:	absolute; 
	top:		5px;
	right:		5px;
	width:		15px;
	height:		15px;
	
}
#lassPromoWindowCloseButton a {
	background:	url(images/close_button.gif);
}

#lassPromoWindowCloseButton a:hover {
	background-position: 0px -15px;
}

#lassPromoWindowCloseButton img {
	border: 0;
	visibility: hidden;
}