jQuery(document).ready(function() {
										
$("div.si_area5_container").tabs("div.si_area5_box_container", {

	// enable "cross-fading" effect
	effect: 'fade',
	fadeOutSpeed: "slow",
  event: 'mouseover',
	
	// start from the beginning after the last tab
	rotate: true

// use the slideshow plugin. It accepts its own configuration
}).slideshow({autoplay:true, interval: '5000'});		

$("div.si_area5_container").data("slideshow").play();
});
// JavaScript Document
