.popup_banner {
	left: 50%; top: -200px; width: 170px; padding-left: 6px; margin-left: -80px; display: inline; position: absolute; z-index: 10;
}
.popup_banner img {
	border: 0px currentColor;
}
#close_button {
	left: 50%; top: 20px; width: 24px; height: 24px; display: none; position: absolute; z-index: 10; cursor: pointer; background-image: url("../images/close.png");
}
#roll_up_button {
	background: url("../images/roll_up.png") no-repeat; left: 50%; width: 7px; height: 4px; display: none; position: absolute; z-index: 10; cursor: pointer;
}
.down#roll_up_button {
	background: url("../images/roll_down.png") no-repeat;
}
#close_text {
	background: url("../images/close_this_window.png"); width: 105px; height: 15px; display: none; position: absolute; z-index: 11;
}
#banner_link_center {
	display: block;
}
#img_popup {
	border: 0px currentColor;
}
#popup_banner_top {
	display: block;
}
#popup_banner_bottom {
	display: block;
}
#opacity {
	background: rgb(255, 255, 255); width: 1px; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); position: absolute; opacity: 0.4;
}
