$(function() {

	$("div.tabs").tabs(".thinbox > div", {

		// enable "cross-fading" effect
    effect: 'fade',
    fadeInSpeed: 1000,
		fadeOutSpeed: 1000,
		rotate: 'true'

	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({autoplay:'true',interval:4000});

	//$("div.tabs").tabs().play();
});
