$(document).ready( function () {
							 
	$('.image a').lightBox();
	$(document).pngFix();
	
});
