// JavaScript Document	
$(document).ready(function(){
	$('#lightbox a').lightBox({fixedNavigation:false});
	$(document).pngFix(); 
});