/**
 * @author michal
 */
$(document).ready(function(){
	
	$('#footerpartners_logos').jCarouselLite({
	    auto: 800,
	    speed: 2000,
	    visible: 5
	});
	
});//end document ready

$(window).load(function(){
	
	
	
});//end window load

//preload images
(function($){var cache=[];$.preLoadImages=function(){var args_len=arguments.length;for(var i=args_len;i--;){var cacheImage=document.createElement('img');cacheImage.src=arguments[i];cache.push(cacheImage);}}})(jQuery)
//end preload images

