$(function() {
		$(".tabs-area").tabs();
	});
	
$(function() {
		$('#slides').cycle({ 
			fx:     'fade', 
			timeout:    7000,
			cleartype:  0
			 
});
});

