a.shareCircle, a.shareTxt {
	text-decoration:none;
	display:block;
}
a.shareCircle {
	width:146px;
	height:146px;
	background:url(shareCircle.png) no-repeat 0 0;
}
a.shareTxt {
	width:125px;
	height:75px;
	background:url(shareTxt.png) no-repeat 0 0;
}
a.shareCircle strong, a.shareTxt strong {
	display:none
}
a.shareCircle span, a.shareTxt span {
	font:12px/12px Arial, Helvetica, sans-serif;
	padding:6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width:14px;
	display:inline-block;
	text-align:center;
	position:absolute;
}
a.shareCircle span {
	margin:12px 0 0 107px;
	background:#000;
	color:#fff
}
a.shareTxt span {
	margin:1px 0 0 98px;
	background:#fe33a5;
	color:#fff
}
a.shareCircle:hover, a.shareTxt:hover {
	background-position:0 100%
}
a.shareCircle:hover span {
	background:#fff;
	color:#2b2b2b;
}
a.shareTxt:hover span {
	background:#000;
	color:#fff;
}