﻿$(document).ready(function () {
    $(".banner").jContent({ orientation: 'horizontal',
        easing: "easeOutCirc",
        duration: 500,
        auto: true,
        pause_on_hover: true,
        direction: 'next',
        pause: 5000,
        width: 490,
        height: 58,
        speed: 1000
    });
}); 
