jQuery(document).ready(function() {
	jQuery("body").pngFix({blankgif: CURRTHEMEURL + "/static/images/blank.gif"});
	
	jQuery(".sys_img_pop").colorbox({
		opacity: 0.05,
		maxHeight: 500,
		overlayClose: true
	});
});
