$(function() {
	
	$('div.thumbnails ul').tabs();
	
	$('#feature').cycle({ 
		fx:     'fade', 
		speed:   700, 
		timeout: 8000, 
		next:   '#feature', 
		pause:   1 
	});
	
	/*$('ul.photographers').Accordion({
		active: false,
		event: 'mouseover',
		autoheight: true,
		header: 'h3'
	});*/

});