$(document).ready(function() {
	$("#head_slider .slidetabs").tabs("#head_slider .images > div", {
		effect: 'fade',
		fadeOutSpeed: "slow",
		rotate: true
	}).slideshow({autoplay: true, interval: 6000, autopause: false});		
});
