div .sociable { margin: .1em 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: #404040;
	line-height: .8em;
	padding: 4px;
}

.sociable span { display: block; }
.sociable ul { display: inline; }
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
}

.sociable ul li:before { content: ""; }
.sociable img { border: 0; }
.sociable ul li img:hover, .sociable ul li img a:hover {border: 0px; }
.sociable li img:hover, .sociable li img a:hover {border: 0px; }
.sociable img:hover, .sociable img a:hover {border: 0px; }
.sociable span img:hover, .sociable span img a:hover {border: 0px; }
.sociable ul li:hover, .sociable ul li a:hover {border: 0px; }