// box
$(document).ready(function() {
	$("a.single_image").fancybox({ 
		'zoomOpacity'			: false,						
		'overlayShow'			: false,
		'speedIn'		     	: 200,
		'speedOut'			  : 200,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'showCloseButton' : false,
		'showNavArrows'   : false,
		'hideOnOverlayClick' : true,
		'hideOnContentClick' : true,
		'enableEscapeButton' : true
		
								}); 
	$("a#inline_content").fancybox({ 'hideOnContentClick': true }); 
	$("a.image_group").fancybox({ 
		'zoomOpacity'			: false,						
		'overlayShow'			: false,
		'speedIn'		     	: 200,
		'speedOut'			  : 200,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
								}), 
								
	/*$("#nav ul").tabs("#panes > div", {effect: 'fade', fadeOutSpeed: 200});		*/	
	$("#tree1").treeview({
	 animated: "fast",
	 collapsed: true,
	 unique: true,
	 persist: "location"
	});

	$('#marturii ul').cycle({
		fx:'fade',
		timeout: 5000, 
		next:   '#nextSticla', 
		prev:   '#prevSticla' 
	});
}); 

