// FUNCION PARA INICIALIZAR ELEMENTO SCROLL
$(document).ready(function() { 
	$("iframe[name='googleSearchFrame']").width('650px');
	var all = $(".scroll").scrollable({size: 6,clickable:false}).circular().navigator().autoscroll({steps: 6, interval: 4500}).mousewheel(100);
});
