$(document).ready (function ()
{
	// cycle
	$('.pl_eshop_statuslist.rotate').cycle({ 
	    fx:    'fade', 
	    speed:  1000,
	    timeout: 8000,
	    pause: 1    // hover pauzne animaci
	 });    
});
