$(function (){
	$(".widget_social").hover(function(){
		$(".widget_social").stop(true, false).animate({right:"0"},"medium");
	},function(){
		$(".widget_social").stop(true, false).animate({right:"-205"},"medium");
	},500);
	return false;
});

$(function (){
	$(".panel").hover(function(){
		$(".panel").stop(true, false).animate({left:"0"},"medium");
	},function(){
		$(".panel").stop(true, false).animate({left:"-205"},"medium");
	},500);
	return false;
});

$(function (){
	$(".widget_google").hover(function(){
		$(".widget_google").stop(true, false).animate({right:"0"},"medium");
	},function(){
		$(".widget_google").stop(true, false).animate({right:"-320"},"medium");
	},500);
	return false;
});
