$(document).ready(function() { 
		// Fancybox
		$("#sidebar a").fancybox(); 
		
		$("a[rel=fancybox]").fancybox(); 
		
		// PNG Fix

}); 
