﻿$(document).ready(function(){
	$(".SocialFB_DS").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".SocialFB_DS").stop(true,false).animate({right: -294}, 700); });
	$(".SocialGP_DS").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".SocialGP_DS").stop(true,false).animate({right: -100}, 700); });
});
