$(function() {
	
	$('.lightbox').lightBox();
	
	/**
	 *
	 * Album
	 *
	**/
	if( $('a.album-link').length > 0 )
	{
		$("a.album-link").fancybox({
			'transitionIn'		: 'elastic',
			'transitionOut'	: 'elastic',
			'speedIn'			: 600, 
			'speedOut'			: 200, 
			'overlayShow'		: false,
			'cyclic'				: true,
			'overlayOpacity'	: 0.5,
			'overlayShow'		: true,
			'overlayColor'		: '#333'
		});
	}
	
});
