$(document).ready(function() {
	$('#klient-right').coinslider({ hoverPause: false });
});

jQuery(function(){
	jQuery('ul.sf-menu').superfish({
		delay:       0,
		animation:   {opacity:'show',height:'show'},
		speed:       'normal',
		autoArrows:  false,
		dropShadows: false
	});
});

