// JavaScript Document

$(document).ready(function(){
	$(document).pngFix(); 
	
	if($('ul#photo-list').length > 0) {
		$('ul#photo-list').innerfade({
			speed: 2000,
			timeout: 10000,
			type: 'sequence',
			containerheight: '366px'
		});
	}
});