$(document).ready(function() {		 

$(".slidetabs").tabs(".images > div", {
	effect: 'fade',
	fadeOutSpeed: "slow",
	interval: 10000,
	rotate: true	
	
}).slideshow();

$(".slidetabs").data("slideshow").play();

});

