$(document).ready(function() {
	$(".popup_link").fancybox({
		'titleShow'			: false,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'overlayColor' 		: '#0C83D3'
	});
 
	$(".popup_paybill").fancybox({
		'type'				: 'iframe',
		'titleShow'			: false,
		'autoScale' 			: true,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'width'			: 710,
		'height'			: 460,
		'overlayColor' 		: '#0C83D3',
		'scrolling' 			: 'no'
	});
	$(".popup_generic").fancybox({
		'type'				: 'iframe',
		'titleShow'			: false,
		'autoScale' 			: true,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'width'			: 710,
		'height'			: 460,
		'overlayColor' 		: '#0C83D3',
		'scrolling' 			: 'yes'
	});
});
