#fbslide_fixed_share {
	background: none repeat scroll 0 0 #4C6699;
	border-bottom: 3px solid #30476F;
	bottom: 60px;
	box-shadow: 0 8px 8px #888888;
	font-family: Arial;font-size: 16px;
	padding: 15px 30px 15px 15px;
	position: fixed;
	right: -147px;
	text-align: left;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	z-index: 10;	
	color:#fff;
}
#fbslide_fixed_share:hover {
	right: 0
}
#fbslide_fixed_share:hover > #fbslide_share_box {
	right: 147px
}
#fbslide_share_box {
	background: none repeat scroll 0 0 #4C6699;
	bottom: 72px;
	box-shadow: 0 8px 8px #888888;
	height: 40px;
	position: fixed;
	right: 1px;
	text-align: center;
	transition: all 1s ease 0s;
	width: 40px;
}