$(document).ready(function() {
	
		$(".galerija a").fancybox({
			'autoScale'			: true,
			'cyclic'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'image',
			'autoDimensions'	: true,
			'titleShow'			: true,
			'titlePosition'		: 'over',
			'overlayColor'		: '#000'
		});
		
		$(".gallery_txt").fancybox({
			'autoScale'			: true,
			'cyclic'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'image',
			'autoDimensions'	: true,
			'titleShow'			: true,
			'titlePosition'		: 'over',
			'overlayColor'		: '#000'
		});
		
		$(".prijava_popup").fancybox({
			'width'				: 450,
			'height'			: 190,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'titleShow'			: false
		});
		
		$(".iskustvo_popup").fancybox({
			'width'				: 460,
			'height'			: 370,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'titleShow'			: false
		});
			
});
		
		
$(document).ready(function() {
	 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
	  $('.leftnav1').hide();
	  $('.leftnav2').hide();
	 
	  $('.show_leftnav1').click(function() {
		$('.leftnav1').slideToggle(400);
		return false;
	  });
	  $('.show_leftnav2').click(function() {
		$('.leftnav2').slideToggle(400);
		return false;
	  });
});
