/**
 * Do the fade in / fade out stuff on the banners
 */
$(document).ready(function(){

	/* cycle lite */
	$('#main ul#banners').cycle({
	    timeout: 7500,
		pause: 0
	});	
	
});
