
;(function($){
		   
$(function(){
	$(".slider .prev").hover(function(){
		$(this).stop().animate({left: "397px"}, "fast")
	}, function(){
	$(this).stop().animate({left: "400px"}, "fast")
	}); 
	$(".slider .next").hover(function(){
		$(this).stop().animate({right: "392px"}, "fast")
	}, function(){
	$(this).stop().animate({right:"395px"}, "fast")
	}); 
	
	
});


})(jQuery);


/***********************************************************************/


  
