
		


		
		


			
	jQuery().ready(function() {

		$('#sortable tr:odd, .sortable tr:odd').addClass('odd');
		$('#sortable tr:even, .sortable tr:even').addClass('even');

		$('ul#slideshowBox').animatedinnerfade({
			speed: 1000,
			timeout: 8000,
			type: 'sequence',
			containerheight: '152px',
			containerwidth: '764px',
			animationSpeed: 5000,
			animationtype: 'fade',
			bgFrame: 'none',
			controlBox: 'none',
			displayTitle: 'none'
		});

		$("img").pngfix();		

	});

	

	
