#sharebox_shadow{ display:none;left:0;right:0;top:0;bottom:0;background:black;opacity:0.6;position:fixed;z-index:1;}
#sharebox{display:none;z-index:99;position:fixed;top:30%;right:0;width:80px;text-align:center; }
	#sharebox_button{transition: all 1s;opacity:0.5; text-decoration:none;display:block;padding:5px 0 59px 0;color:#fff;background:#BD602A url('img/share_marron.png') center bottom no-repeat;}
	#sharebox_button:hover {opacity:1;}
	#sharebox_options{ display:none; transition: all 1s;}
	#sharebox_options a{text-decoration:none;height:82px;width:82px;display:block}

#sharebox_twitter{background:url('img/tw.png'); transition: all 1s;opacity:0.5; }
#sharebox_twitter:hover {opacity:1;}
#sharebox_facebook{background:url('img/fb.png'); transition: all 1s;opacity:0.5; }
#sharebox_facebook:hover {opacity:1;}
#sharebox_google{background:url('img/g.png'); transition: all 1s;opacity:0.5; }
#sharebox_google:hover {opacity:1;}
#sharebox_linkedin{background:url('img/in.png'); transition: all 1s;opacity:0.5; }
#sharebox_linkedin:hover {opacity:1;}