$(function() {
		$("form[name=invoicecancel]").addClass("hider");
		$("div#navigation").corner();
		$("div#buynow").corner();
		$('#slideshow').cycle({ 
		    fx:     'fade', 
		    speed:   800, 
		    timeout: 8000, 
			next:    '#next',
			prev:    '#prev',
		    pause:   1
		});
		$('h6').click(function() {
			$(this).next('div').slideToggle('normal')
		});
		$("#homepage-tabs").tabs();
});