$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto();
	$('#slideshow').flash({swf: '/gfx/'+$('#slideshow').html(), width: 990, height: 230, wmode: 'transparent'});
	$("div.category div.header").click(function() {
		if($(this).parent().find("div.items").is(":hidden")) $(this).parent().find("div.items").slideDown(1000, "swing", function() { $(this).parent().addClass("active"); });
		else $(this).parent().find("div.items").slideUp(1000, "swing", function() { $(this).parent().removeClass("active"); }); 
	});
});
