div .sociable { margin: 3em 0; }
span.sociable_tagline { position: absolute; }
span.sociable_comment {
  width: 14em;
  position: absolute;
  top: -3.5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span { display: block; margin-top: -1.5em; }
.sociable ul {
	display: inline;
	margin: 0;
	padding: 0;

}
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
.sociable img { border: 0; }
.sociable ul li:before { content: ""; }
