 $(document).ready(function(){
	       
	         // for product and news images
	         $(".fancybox_images").fancybox({
	           'transitionIn'	:	'elastic',
        		 'transitionOut'	:	'elastic',
		         'speedIn'		:	600, 
		         'speedOut'		:	200,
		         'titleShow' :false
           });
           
           // for contact form
			     $(".open_modal").fancybox({
				    'width'				: 450,
				    'height'			: 480,
				    'autoScale'			: false,
				    'transitionIn'		: 'none',
				    'transitionOut'		: 'none',
				    'type'				: 'iframe'
  			  });
		     });
