$(document).ready(function(){
		$("#photos li a").prettyPhoto({
			showTitle: false
		});
		
		$(document).pngFix(); 
	});
