/*-----------------------------------------------------------------------------


@author:		Txesc Planells
@contact:		txesc.planells@whads.com
@organization:	Whads/Accent SL
@since:			June 2007
-----------------------------------------------------------------------------*/

$(document).ready(function(){
	$('#banners').innerfade({
		animationtype: 'fade',
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: 'auto'
	});
					
});

