#container {
	background: url(img/background_banera_historia_transparentny.png) no-repeat;
}
.prev {
	position: relative;
	right:-731px;
	top:-33px;
  z-index: 1000;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/strzalka_prawo_normal_historia.png');
	display: block;
	width: 19px;
	height: 19px;
}

.prev[class] {
	background: url(img/strzalka_prawo_normal_historia.png) no-repeat;
}

.prev[class]:hover {
	background: url(img/strzalka_prawo_po_najechaniu_historia.png) no-repeat;
}

.next {
	position: relative;
	right:-708px;
	top:-52px;
  z-index: 1000;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/strzalka_lewo_normal_historia.png');
	display: block;
	width: 19px;
	height: 19px;
}

.next[class] {
	background: url(img/strzalka_lewo_normal_historia.png) no-repeat;
}

a.next:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/strzalka_lewo_ponajechaniu_historia.png');
} 

a.prev:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/strzalka_prawo_po_najechaniu_historia.png');
}

.next[class]:hover {
	background: url(img/strzalka_lewo_ponajechaniu_historia.png) no-repeat;
}