$(function() {  
	$(".fotkyVpravo").jMyCarousel({  
		visible: '100%',  
		eltByElt: true , 
		step: 1, 
		auto: true, 
		speed: 6400 
	});  
	$('.platno').innerfade({
		speed: 750,
		timeout: 6000,
		type: 'random',
		containerheight: '148px'
	});
});

