	   $(document).ready(
				function(){
					
					$('#ofertas-banner').innerfade({
						animationtype: 'fade',
						speed: 250,
						timeout: 5000,
						type: 'sequence',
						containerheight:'115px'
						});
					

			});
