$(function() {         
// initialize scrollables
$(".featured .scrollable").scrollable();
$(".featured_competicion .scrollable").scrollable();
$(".image_gallery .scrollable").scrollable();
var root =$(".home-news .scrollable").scrollable({size: 1}).circular().navigator().autoscroll({interval: 6000,autoplay:true});
$(".press_items").scrollable({vertical:true,size:3}).navigator();
});

