jQuery(function($){function slideshow(){var c=a['container'];var t=''+a['container']+' li';function dimensions(){$(c).css({'width':''+a['width']+'px','height':''+a['height']+'px'});$(t).css('height',''+a['height']+'px');}
dimensions();$(''+t+':gt(0)').hide();setInterval(function(){$(''+t+':first-child').fadeOut(a['duration']).next('li').fadeIn(a['duration']).end().appendTo(''+c+' ul');},a['speed']);}
slideshow();});
