jQuery(document).ready(function(){
			$("a").simpletooltip();
			$(".retea a").fancybox({
				'titleShow'		: true,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic',
				'titlePosition' 	: 'over',
				'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
				return '<span id="fancybox-title-over">Imaginea ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' </span>';
			}
			});
			$("a.main_img").fancybox({
				'titleShow'		: true,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
			});
			$(".img_prod a[rel=galerie]").fancybox({
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'titlePosition' 	: 'over',
			'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
				return '<span id="fancybox-title-over">Imaginea ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
			}
		});
			


	
		});
