div.sociable { 

	background:#323131 url(images/sociable_back.png) repeat-x;
	border:1px solid #333;
	padding:5px 0 15px 10px;
	margin-top: 20px;
	color:#fff;
 -moz-border-radius:5px;
 -khtml-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
 clear:left;
 }

#simplemodal-container div.sociable {

	background:transparent;
	border:none;
	padding:5px 0 0px 10px;
	margin-top: 0px;
	color:#fff;

}


#simplemodal-container div.sociable_tagline div.headline{ position: relative; 
	display: none;
}


#simplemodal-container  div.track_sociable_heading {

text-shadow:1px 1px #000;
margin-top:3px;color:#eaeaea; font-size:16px; margin-bottom: 8px;font-weight:bold;
margin-left:8px;

}

div.sociable_tagline div.headline{ position: relative; 

text-shadow:1px 1px #000;
margin-top:0px;color:#eaeaea; font-size:16px; margin-bottom: 8px;font-weight:bold;

}



div.sociable_tagline div.intro{ position: relative; 

text-shadow:1px 1px #000;
margin-top:0px;color:#eaeaea; font-size:12px; margin-bottom: 8px;font-weight:normal;

}

span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.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: ""; }
.sociable img {
	float: none;
	width: 48px;
	height: 48px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


