jQuery
(

	function($)
	{


        // Custom fonts
		
     //   Cufon.replace('#top-bellow p', { fontFamily: 'Calibri' });
		//Cufon.replace('#footer p', { fontFamily: 'Calibri' });
		//Cufon.replace('#navigation-bottom a', { fontFamily: 'Calibri' });
		//Cufon.replace('#navigation li a', { fontFamily: 'MyriadPro-CondIt' });
		//Cufon.replace('#content .box h2', { fontFamily: 'MyriadPro-CondIt' });
       
	   
	    // Reflection
		
	//	$(".gallery-categories ul li a img").reflect({height: 57, opacity: 0.25});
//		$(".gallery-view img").reflect({height: 30, opacity: 0.25});
		
		
	    // Fancy Box
		
		$(".gallery-view a[rel=gallery]")
		
		.fancybox
				({  
				    overlayColor    : '#000',
				    overlayOpacity  :  0.59,
				    transitionIn	: 'elastic',
					transitionOut	: 'elastic',
					titlePosition	: 'over',
					titleFormat		: function(title, currentArray, currentIndex, currentOpts)
					{
						return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
					}
				})
	   
		
	}
	
)
