$('#ajanlo').cycle({ 
		fx:    'fade', 
        delay: -1000,
		timeout: '10000',
		pause: 1,
		next: '#ajanlo_next',
		prev: '#ajanlo_prev'
});

$("#top_megj > ul > li").mouseover(
 function(){
   $(this).css("background-image","url('/art/grapix/rollover.png')");
});

$("#top_megj > ul > li").mouseout(
 function(){
   $(this).css("background-image","url('/art/grapix/sima.png')");
});