$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme:'facebook'
	});
	
	
	$(".slidetabs").tabs("#clients_slideshow > ul", { effect: 'fade', fadeOutSpeed: "slow", rotate: true }).slideshow( {clickable: false, autoplay: true, interval: '5000'} );
	$('.slideshow').cycle({
		fx: 'fade',
    	timeout:  5000,
    	random:  1
	});
	
});
