$(function(){
	$('#headpic').flash({
		swf: 'swf/header.swf',
		height: 314,
		width: 978,
		hasVersion: 8,
		expressInstaller: 'swf/expressInstall.swf',
		params: {   
			play: true,   
			loop: true,
			wmode: 'transparent'
		}
	});

	$('#sound').flash({
		swf: 'swf/music.swf',
		height: 17,
		width: 17,
		hasVersion: 8,
		expressInstaller: 'swf/expressInstall.swf',
		params: {   
			play: true,   
			loop: true,
			wmode: 'transparent'
		}
	});

	$('#gallery a').lightBox();

	$(document).pngFix(); 

});