.socialtags ul {
	display: inline;
	margin: -10px !important;
	padding-top: -20px !important;
}
.socialtags ul li {
	background: none;
	display: inline;
	list-style-type: none;
}
.socialtags ul li:before { content: ""; }
.socialtags img {
	float: none;
	width: 16px;
	height: 16px;
}

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