$(document).ready(function(){
	$('#slideshowHolder').jqFancyTransitions({ width: 600, height: 220 });
	});

$(function() {
   $(".auto").jCarouselLite({
    auto: 800,
    speed: 1000
});

});

$(function(){
				// Accordion
				$("#accordion").accordion({ header: "h3" });
				//hover states on the static widgets
				$('#dialog_link, ul#icons li').hover(
					function() { $(this).addClass('ui-state-hover'); }, 
					function() { $(this).removeClass('ui-state-hover'); }
				);
			});




