$(document).ready(function(){
	$('.anythingSlider').anythingSlider({
		autoPlay: true,
		delay: 4000,
		animationTime: 600,
		hashTags: false,
		buildArrows         : true,
		buildNavigation     : false,

	});
    $('.backtotop').click(function(){
        $('html, body').animate({scrollTop:0}, 'slow');
    });
});
