div .sociable { margin: 0;padding:4px 0 0 0;}

.sociable a,
.sociable img {
	border:0px none !important;
}
.sociable img {
	vertical-align:bottom;
}
.sociable a {
	opacity:0.3;
/*	width:16px;
	height:16px;
	display:block;
	float:left;
	padding:2px;*/
}
.sociable a:hover {
	opacity:1.0;
}
.sociable span { display: inline; }
.sociable ul { display: inline; }
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 4px;
}
.sociable ul li:before { content: ""; }
.sociable img { border: 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: black;
	line-height: 1.25em;
}
