#bannerhover {
	top: 20px;
	bottom: none;
	position: fixed;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop+180));
}

