$(document).ready(function(){
	
	//fancybox
	$("a.gallery").fancybox({
		'hideOnContentClick'	: true,
		'showCloseButton'		: false
	});
	
	$("a.harta").fancybox({
		'hideOnContentClick'	: true,
		'showCloseButton'		: false,
		'type' 					: 'iframe',
		'width' 				: 1200,	
		'height' 				: 1200	
	});

	//load cufon
	Cufon.now(); 

	//heading
	$('#nav a, h1, h2, h3, h5').show();
	Cufon.replace('h1, h2, h3, h5');
	Cufon.replace('#nav a', { hover: true, hoverables: { li: true, a: true } });

	//lista expandabila relatie investitori
	jQuery("ul.relatie-investitori ul").hide();
    jQuery("ul.relatie-investitori h4").click(function(){
		jQuery(this).toggleClass("active").next().toggle("fast");
    });
});

    $("ul.products.long li:nth-child(4n)").addClass("center")

//slider
$(function() {$('#slider').cycle({fx: 'fade', pager:'.pager', speed:1500, timeout:3000, pause:1});});
