div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
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;
	border: 0;
	margin: 0;
	padding: 0;
    background: transparent;
}

.sociable-hovers {
    opacity: .4;
    -moz-opacity: .4;
    /* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=40); */
}
.sociable-hovers:hover {
    opacity: 1;
    -moz-opacity: 1;
    /* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=100); */
}

/*Tooltip and Pointer CSS*/
.fg-tooltip {
    padding: 0px 5px 0px 5px;
    border: 2px solid #FFD700;
    position: absolute;
    z-index: 9999;
    background: #FDFCDC;
    text-align: center;
    display: none;
}
.fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
    position: absolute;
    width:0;
    height:0;
    border-bottom-width: 0;
    background: none;
}
.fg-tooltip .fg-tooltip-pointer-down {
    border-left: 7px dotted transparent;
    border-right: 7px dotted transparent;
    border-top-width: 14px;
    bottom:    -14px;
    right: auto;
    left: 50%;
    margin-left: -7px;
}
.fg-tooltip .fg-tooltip-pointer-down-inner {
    border-left: 5px dotted transparent;
    border-right: 5px dotted transparent;
    border-top: 10px solid #FFD700;  /* Inside of the tooltip arrow */
    bottom:    auto;
    top: -14px;
    left: -5px;
}
