jQuery.noConflict();
jQuery(document).ready(function() {
        jQuery.fancybox(
             jQuery("#adgraf").html(),
             {
              	'width'				: '600px',
				'height'			: '400px',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'padding'			: 0,
				'margin'			: 0,
				'overlayShow'		: false,
				'scrolling'			: 'no'
             }
        );
    });

