.social_img {
	height: 55px;
	width: 30px;
	float: left;
}
.social_fb {
	background: url(../images/Facebook-24x24.png) center top no-repeat;
}
.social_gplus {
	background: url(../images/gplus-24.png) center top no-repeat;
}
.social_twitter {
	background: url(../images/Twitter-24x24.png) center top no-repeat;
}
.social_tooltip {
	position: absolute;
	top: 29px;
}
.social_fb_tooltip {
	left: 14px;
}
.social_gplus_tooltip {
	left: 40px;
}
.social_twitter_tooltip {
	left: 70px;
}

/************************************
Social Button Styles
************************************/
#block-vm_social_links-0 {
	position: absolute;
	top: -29px;
	right: -95px;
	width: 200px;
	border: 0;
	background: transparent;
	overflow: visible;
	z-index: 300;
}
#block-vm_social_links-0 .content {
	padding: 0 0 10px;
}
.social_img {
	height: 32px;
}
.social_img_hover .social_tooltip {
	background: #f2fcff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 7px 3px 5px;
	height: 20px;
}
.social_img_hover .social_tooltip::after {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #f2fcff;
	display: block;
	width: 0;
	position: absolute;
}
/*facebook tooltip */
.social_img_hover .social_fb_tooltip::after {
	top: -16px;
	right: 68px;
}
.social_img_hover .social_fb_tooltip {
	width: 75px;
	left: 4px;
}
/*google + tooltip */
.social_img_hover .social_gplus_tooltip::after {
	top: -16px;
	left: 6px;
}
.social_img_hover .social_gplus_tooltip {
	width: 55px;
	height: 15px;
	left: 30px;
}
/*twitter tooltip */
.social_img_hover .social_twitter_tooltip::after {
	top: -16px;
	right: 10px;
}
.social_img_hover .social_twitter_tooltip {
	width: 75px;
	left: 6px;
}

.vm_social_links {
	float: right;
	margin: 4px 0 0 8px;
	position: relative;
}








