div .sociable { 
/*margin: 16px 0 !important;*/
float: right;
padding: 0px 5px 0 0;
}

span.sociable_tagline { line-height: 24px; }
span.sociable_tagline span { display: none; }


span.sociable_tagline span.title { display: inline; color: #999; font-weight: bold; }

.sociable ul {
	display: inline;
	margin: 0;
	/*
	margin: 0 !important;
	padding: 0 !important;
	*/
}
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0 0 0 4px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

.sociable-hovers {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sociable a {
	margin: 0;
	padding: 0;
	background-image: none;
	width: 16px;
	height: 16px;
	overflow: hidden;
	vertical-align: sub;
}
.sociable a img {
	margin: 0;
	padding: 0;
}

.sociable a:hover img {
	margin: 0;
	padding: 0;
}

.sociable a[href^="http:"] {
	padding-right: 0px;
	background: transparent;
	text-decoration: transparent;
}
