jQuery(document).ready(function() {

	
	
	function formatTitle(title, currentArray, currentIndex, currentOpts) {
	    return '<div id="tip7-title"><span><a href="javascript:;" onclick="$.fancybox.close();"><img src="/data/closelabel.gif" /></a></span>' + (title && title.length ? '<b>' + title + '</b>' : '' ) + 'Image ' + (currentIndex + 1) + ' of ' + currentArray.length + '</div>';
	}

			$(".external").fancybox({
				ajax : { type	: "POST" },
			'autoDimensions' : false, 
			'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
			'width'      :   500,  
			'height'    :    275,
			'scrolling'   		: 'no',
			  'autoScale'			: false,
			
			});
	

	

});

