#socialBookmarks {
	margin: 10px 15px 0 0;
	float: right;
}

#socialBookmarks {
	overflow: hidden;
	width: 92px;
	height: 24px;
	position: relative;
}

#socialBookmarks img {
	border: none;
	outline: none;
}

#socialBookmarks .button {
	width: 92px;
	height: 24px;
	background: url('/images/share-this/button.gif') no-repeat 0px 0px;
}

#socialBookmarks .button img {
	margin-left: 4px;
}

#socialBookmarks .bubble {
	display: block;
	position: absolute;
	left: 30%;
	top: -74px;
	width: 174px; /* Roughly 18px per col + 5px*/
	margin-left: -87px; /* width divided by 2 (negative margin!) */
	height: 74px;
	background: url('/images/share-this/bubble.gif') no-repeat 0px 0px;
}

#socialBookmarks .bubble .caption {
	background: url('/images/share-this/caption.gif') no-repeat 0px 0px;
	font: 10px "Arial", "Tahoma", "Verdana", sans-serif;
	color: #FFF;
	text-align: center;
	line-height: 16px;
	display: block;
	width: 220px;
	height: 20px;
	top: -20px;
	left: -36px;
	position: absolute;
}

#socialBookmarks .bubble .tip {
	width: 14px;
	height: 6px;
	background: url('/images/share-this/tip.gif') no-repeat 0px 0px;
	position: absolute;
	z-index: 9;
	bottom: 3px;
	right: 50%;
	margin-right: -7px;
}

#socialBookmarks .bubble .end {
	width: 3px;
	height: 148px;
	background: url('/images/share-this/end.gif') no-repeat 0px 0px;
	position: absolute;
	z-index: 8;
	top: 0px;
	right: -3px;
}

#socialBookmarks .bubble a {
	margin: 2px 0px 2px 2px;
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	position: relative;
	z-index: 9;
}

#socialBookmarks .bubble img {
	width: 16px;
	height: 16px;
	position: absolute;
	margin: 8px 0px 0px 8px;
}

#socialBookmarks.noJS:hover {
	overflow: visible;
}

#socialBookmarks:hover .button {
	background-position: 0px -24px;
}

#socialBookmarks.noJS:hover .bubble {
	display: block;
}

#socialBookmarks.noJS .bubble a:hover img {
	width: 32px !important;
	height: 32px !important;
	margin: 0px !important;
}

#socialBookmarks.noJS .caption {
	display: none;
}
