$(function () {
	$("#facebook-slider").hover(
		function(){
		$("#facebook-slider").stop(true, false).animate({left:"0"},"slow");
        },
		function(){
        $("#facebook-slider").stop(true, false).animate({left:"-348"},"slow");
		}
	);

})
