/**

 * @author rbufano

 */

$(document).ready(function() {

	$('#offerta').pulse({

    speed: 1000,

    //opacityRange: [0.4,1],
	textColors: ['white','white'],

backgroundColors: ['green','red'],


//	duration: 10000

	});



	});