
jQuery.easing.feature = function (x, t, b, c, d) {
    var s = 1.70158;
    if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
    return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
}

jQuery(function() {
	
	jQuery("#actaction").scrollable({
    size:1,
    clickable: false,
    interval:7000,
    loop: true,
    easing: 'swing',
    speed: 3000,
    circular: true,
    steps:2
    
    }).autoscroll(7000); 
});


      jQuery(function() {
     
        jQuery("input:radio").uniform();
      });

