div.box .naglowek .przyciski a{
	width: 80px;
}
#scroler {
	position: absolute;
	top: expression(
		offset = 0 + parseInt(document.body.currentStyle.paddingBottom) + parseInt(document.body.currentStyle.marginBottom),
		document.documentElement.clientHeight - this.offsetHeight - offset + document.documentElement.scrollTop + 'px'
	);
}