if(typeof Tati == "undefined"){
	var Tati = {};
}

$(document).ready(
	function() {
        pngFix();
		Tati.fc = new Tati.core.FrontController();
		Tati.fc.run();


        $('.gallery a').thickbox(
			{ width: '640', height: '600'}
		);
        
	}
);
