div.sociable {
   float: right;
   margin: 0;
}

.sociable span {
	width: 180px;
	display: inline;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }

#content .sociable img {
	float: right;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 3px;
	padding: 0px;
}
.sociable-hovers {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
