﻿$(document).ready(function ()
{
    $(".bannerWrp").easySlider({
        auto: true,
        continuous: true,
        pause: 3000,
        numeric: true
    });
});
