$(document).ready(function(){
$(document).pngFix();
$(function() {

		$('#gallery li a').lightBox({fixedNavigation:true});
		
});
});