// JavaScript Document
$(document).ready(function() {

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

});
