/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$(document).ready(function () {

$(".banner").scrollable({
    circular: true,
    mousewheel: true,
    next:'.boton-der',
    prev:'.boton-izq'
}).autoscroll({
    autoplay: true,
    interval:5000
});
});
