.newsb {
	clear: both;
	position:relative;
	display:block;
	height: 28px;
	width: 64px;
	background:url(images/news.png) no-repeat;
	background-position: top;
	cursor: pointer;
}	
.newsb span.hover {
	position: absolute;
	display: block;
	height: 28px;
	width: 64px;
	background: url(images/news.png) no-repeat;
	background-position: bottom;
}
.produktyb {
	clear: both;
	position:relative;
	display:block;
	height: 28px;
	width: 108px;
	background:url(images/produkty.png) no-repeat;
	background-position: top;
	cursor: pointer;
}	
.produktyb span.hover {
	position: absolute;
	display: block;
	height: 28px;
	width: 108px;
	background: url(images/produkty.png) no-repeat;
	background-position: bottom;
}
.galeriab {
	clear: both;
	position:relative;
	display:block;
	height: 28px;
	width: 92px;
	background:url(images/galeria.png) no-repeat;
	background-position: top;
	cursor: pointer;
}	
.galeriab span.hover {
	position: absolute;
	display: block;
	height: 28px;
	width: 92px;
	background: url(images/galeria.png) no-repeat;
	background-position: bottom;
}
.infob {
	clear: both;
	position:relative;
	display:block;
	height: 28px;
	width: 55px;
	background:url(images/info.png) no-repeat;
	background-position: top;
	cursor: pointer;
}	
.infob span.hover {
	position: absolute;
	display: block;
	height: 28px;
	width: 55px;
	background: url(images/info.png) no-repeat;
	background-position: bottom;
}
.kontaktb {
	clear: both;
	position:relative;
	display:block;
	height: 28px;
	width: 96px;
	background:url(images/kontakt.png) no-repeat;
	background-position: top;
	cursor: pointer;
}	
.kontaktb span.hover {
	position: absolute;
	display: block;
	height: 28px;
	width: 96px;
	background: url(images/kontakt.png) no-repeat;
	background-position: bottom;
}
.twitter {
	clear: both;
	position:relative;
	display:block;
	height: 50px;
	width: 208px;
	background:url(images/twitter.png) no-repeat;
	background-position: top;
	cursor: pointer;
}	
.twitter span.hover {
	position: absolute;
	display: block;
	height: 50px;
	width: 208px;
	background: url(images/twitter.png) no-repeat;
	background-position: bottom;
}
.facebook {
	clear: both;
	position:relative;
	display:block;
	height: 50px;
	width: 207px;
	background:url(images/facebook.png) no-repeat;
	background-position: top;
	cursor: pointer;
}	
.facebook span.hover {
	position: absolute;
	display: block;
	height: 50px;
	width: 207px;
	background: url(images/facebook.png) no-repeat;
	background-position: bottom;
}


