jQuery(document).ready(function(){

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