
		


		
		


			jQuery().ready(function() {

		$('ul#slideshow').animatedinnerfade({
			speed: 1000,
			timeout: 4000,
			type: 'sequence',
			containerheight: '278px',
			containerwidth: '489px',
			animationSpeed: 5000,
			animationtype: 'fade',
			bgFrame: 'none',
			controlBox: 'none',
			displayTitle: 'none'
		});

		$('#sortable tr:odd, #sortable2 tr:odd, #sortable3 tr:odd, .sortable tr:odd').addClass('odd');
		$('#sortable tr:even, #sortable2 tr:even, #sortable3 tr:even, .sortable tr:even').addClass('even');

		$('a[rel*=facebox]').facebox();

		$("img").pngfix();
	});


	

	
