// JavaScript Document

$(function() {

	$(".slidetabs").tabs(".images > div", {
		effect: 'fade',
			fadeInSpeed: "600",
			fadeOutSpeed: "5000",
			rotate: true,
			initialIndex:  	0
	}).slideshow();
	
	$(".slidetabs").data("slideshow").play();
});

