﻿$(function() {
	$('#bigpicture').tabs({fx :{opacity: 'toggle', duration: 'slow'}}).tabs('rotate', 6000);
	$('#bigpicture').click(function() {
		$('#bigpicture').tabs({fx:{opacity: 'toggle'}}).tabs('rotate', 0, false);
	});
	$(".home #accordion").accordion({ animated: 'bounceslide' });
	var animated = $( ".selector" ).accordion( "option", "animated" );
});

