$(document).ready(function() {
$('ul#slider').innerfade({
				animationtype: 'fade',
				speed: 600,
				timeout: 3000,
				type: 'sequence',
				containerheight: 	'400px',
				slide_timer_on: 	'yes',
				slide_ui_parent: 	'slider'
				
				});
$('.backtotop').click(function(){ $('html, body').animate({scrollTop:0}, 'slow'); return false; });
});

