$(document).ready(function() {
			$("a[rel=image_group]").fancybox({
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'titlePosition' 	: 'outside'
				
			});
			$("a#fancybox_page").fancybox({
				'width'				: 300,
				'height'			: 500,
				'type'				: 'iframe',
				'scrolling' 		: 'no'
			});
			
			$("a#fancybox_page_login").fancybox({
				'width':400,
				'height':455,
				'autoDimensions' : 	true,
				'padding'		: 5,
				'autoScale'			: true,
				'type'				: 'iframe',
				'scrolling' 		: 'no',
				'onClosed'          : function() {
									  
                                      $('#butoane_cont').load('index.php?route=common/header/cont');
									  $('#produse_din_cos').load('index.php?route=module/cart/callback');
									  
                                      }
                });
			
			$("a#fancybox_page_comanda").fancybox({
				'width':400,
				'height':445,
				'autoDimensions' : 	true,
				'padding'		: 5,
				'autoScale'			: true,
				'type'				: 'iframe',
				'scrolling' 		: 'no',
				'onClosed'          : function() {
									  $('#produse_din_cos').load('index.php?route=module/cart/callback');
									 }
                });
});
