div.wp-social-bookmark-menu {
	clear:both;
	display:block;
	margin:0 !important;
	padding:0 !important;
	height:40px;
}

ul.socials {
	list-style: none;
	clear:both;
	display:block;
	margin:0 !important;
	padding:0 !important;
}

ul.socials li {
	float:left;
	list-style:none;
	margin:0 2px 0 0;
	height:29px;
	width:50px;
	cursor:pointer;
}

ul.socials a {
	display:block;
	width:50px;
	height:29px;
	font-size:0;
	color:transparent;
	
}

.delicious, .delicious:hover, .facebook, .facebook:hover, .oknotizie, .oknotizie:hover, .twitter, .twitter:hover  {
	background:url('sprite-trans.png') no-repeat;
}

.delicious {
	background-position:left top;
}
.delicious:hover {
	background-position:left bottom;
}
.facebook {
	background-position:-450px top;
}
.facebook:hover {
	background-position:-450px bottom;
}
.oknotizie {
	background-position:-650px top;
}
.oknotizie:hover {
	background-position:-650px bottom;
}
.twitter {
	background-position:-100px top;
}
.twitter:hover {
	background-position:-100px bottom;
}
