$(function() {
	$("div.links").tabs(".image .wrapper > .tabs", {
                effect: 'fade', 
                fadeOutSpeed: 'slow',
		rotate: true,
		delay: 8000
		
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow();

//$("div.links").tabs().play();
});
