div.sociable { margin: 1.3em 0; text-align:right;clear:both; }

div.sociable_tagline { margin:0 0 10px 0; display:block; }
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0 !important;
	padding: 5px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

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