jQuery(function(){
	jQuery('ul.sf-menu').superfish();
});

$(function() {
	$('#frontBanner').cycle({
		fx: 'scrollDown',
		timeout: 5000,
		speed: 1000
	});

});

