$(".slidetabs").tabs(".images > div", {
// enable "cross-fading" effect
effect: 'fade',
fadeOutSpeed: "slow",
// start from the beginning after the last tab
rotate: true,
//set your default tab
current: "tab_2" //class name
// use the slideshow plugin. It accepts its own configuration
}).slideshow();