$(document).ready(function() {
	
		$(".gallery_img").fancybox({
			'autoScale'			: true,
			'cyclic'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'image',
			'autoDimensions'	: true,
			'titleShow'			: true,
			'titlePosition'		: 'over',
			'overlayColor'		: '#000'
		});
		
		$(".posalji_popup").fancybox({
				'width'				: 520,
				'height'			: 460,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe',
				'titleShow'			: false
			});
			
		$(".show_img").fancybox({
			'autoScale'			: true,
			'cyclic'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'image',
			'autoDimensions'	: true,
			'titleShow'			: false,
			'overlayColor'		: '#000'
		});
		
});
		
		
$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('.leftnav1').hide();
  $('.leftnav2').hide();
  $('.leftnav3').hide();
  $('.leftnav4').hide();
  $('.leftnav5').hide();
  $('.leftnav6').hide();
  $('.leftnav7').hide();
 
  $('.show_leftnav1').click(function() {
    $('.leftnav1').slideToggle(400);
    return false;
  });
  $('.show_leftnav2').click(function() {
    $('.leftnav2').slideToggle(400);
    return false;
  });
  $('.show_leftnav3').click(function() {
    $('.leftnav3').slideToggle(400);
    return false;
  });
  $('.show_leftnav4').click(function() {
    $('.leftnav4').slideToggle(400);
    return false;
  });
  $('.show_leftnav5').click(function() {
    $('.leftnav5').slideToggle(400);
    return false;
  });
  $('.show_leftnav6').click(function() {
    $('.leftnav6').slideToggle(400);
    return false;
  });
  $('.show_leftnav7').click(function() {
    $('.leftnav7').slideToggle(400);
    return false;
  });
  
});
