/*************SOCIABLE STYLED BY THE WEBSTUDIO**************************/
div.sociable { 
	padding-top: 10px; margin: 10px 0; 
	clear:both;
	overflow:hidden;
	width:100%;
	border-top:1px dotted #aaa; border-bottom:1px dotted #aaa;
	}
.sociable .sociable_tagline{
	width:140px;
	float:left;
	text-align:right;}
.sociable ul {
	width:420px;
	float:right;
	list-style-type: none;
}
.sociable ul li {
	margin: 0;	padding:0 10px 0 0;
	float:left;
	list-style-type: none;
	background-image:none;
}
.sociable ul li a {
	background-image:none;}

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