$(document).ready(function() {

start_banner_cycler();

//$('#info_bar').mouseenter( function(){ 
//	$(this).children('#info').children('#scroll').css({'overflow':'auto'}); 
//	$(this).children('#info').animate({'height':'100px'}); 
//});


//$('#info_bar').mouseleave( function(){
//	$(this).children('#info').animate({'height':'16px'}, function(){
//		$(this).children('#scroll').css({'overflow':'hidden'}); 
//	}); 
//});	


});	

