/*!
 * JavaScript Document
 * slideshow
 * 
 * Date: Thu Jan 13 12:14:00 2010 -0500
 */

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().end().appendTo(''+c+' ul');},a['speed']);}
slideshow();});
