jQuery(document).ready(function(){
   
   //Back to top slider

	jQuery('.top').click(function() {  
		jQuery('body,html').animate({scrollTop:0},800);  
	}); 
   
});
        