$(document).ready(function() {
		$(".login").fancybox({
			'width'				: 800,
			'height'			: 190,
			'autoScale'     	: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
		
		$(".pop1").fancybox({
			'width'				: 770,
			'height'			: 430,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
		 
		  $(".pop2").fancybox({
			'width'				: 770,
			'height'			: 270,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
		  
		   $(".pop3").fancybox({
			'width'				: 770,
			'height'			: 330,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});
		   
		   $(".invoice").fancybox({
			'width'				: 650,
			'height'			: 500,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});
		   
		   $(".testi").fancybox({
			'width'				: 770,
			'height'			: 420,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
		   
		   $(".search").fancybox({
			'width'				: 770,
			'height'			: 270,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
		    $(".paynow").fancybox({
			'width'				: 400,
			'height'			: 120,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
			 $(".paynow1").fancybox({
			'width'				: 700,
			'height'			: 525,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
			
			$(".fpass").fancybox({
			'width'				: 500,
			'height'			: 150,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
			
			$(".video").fancybox({
			'width'				: 450,
			'height'			: 350,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
	});
