/*ovdje se nalaze funcije za javascript/jquery*/


$(document).ready(function(){
	
	$(".slike").cycle({
				fx:      'fade', 
    			speedIn:  1500, 
    			speedOut: 1500,
				prev: '.left',
				next: '.right',
				rev:0,
				pause:1
			});
	
	
	
	
	$('.hidden').hide();

$('.hider, .hider_2').click(function() {
  
		/*$('.hidden').slideToggle('slow', function() {
	   
		});*/
		
		$(this).next('.hidden').slideToggle(500);
	});
	
	$(".gallery a").fancybox({
		'transitionIn'	:	'linear',
		'transitionOut'	:	'linear',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'titleShow'		:	false,
		'overlayColor'	:	'#ffffff'
	});
      
});	

/*
$(document).ready(function() {

	
	
});*/
