 $(document).ready(function(){
	
/* --------------------------- fading images on homepage ------------------------------- */						
	
	
	
	$('ul#fade').innerfade({
		speed: 1000,
		//timeout: 6000,
		timeout: 6000,
		type: 'sequence',
		containerheight: '350px'

	});
	


	
	$('ul.list-preporuke').innerfade({
		speed: 1000,
		//timeout: 6000,
		timeout: 8000,
		type: 'sequence'

	});	
	
	/* adds script for opening links with class lightbox-link in lightbox mode*/
	if ($('.lightbox-link').length>0)
		$('.lightbox-link').lightBox();
	
	
	/*
	$("#slider").easySlider({
				auto: true,
				continuous: true 
			});
	*/
	
});	 // end on ready

