div.sociable { margin: 5px 0; width: 444px; position: relative; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	margin: 0 0 0 15px !important;
	padding: 0 !important;
	position: absolute;
	top: -1px;
	left: 0px;
}
.sociable ul li {
	display: inline !important;
	list-style-type: none;
}
.sociable ul li:before { content: ""; }
.sociable img {
border:0 none;
float:none;
height: 31px;
margin:0 1px 0 0;
padding:0;
margin-right /*\**/: 3px\9
}
.twitter {
margin-left /*\**/: -2px\9
}

.sociable-hovers {
	/*opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);*/
}
.sociable-hovers:hover {
/*	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);*/
}
