﻿    $(document).ready(function () {
        $("#showcase").awShowcase({
            width: 960,
            height: 360,
            auto: true,
            interval: 6000,
            continuous: true,
            loading: true,
            arrows: false,
            buttons: false,
            btn_numbers: false,
            keybord_keys: true,
            mousetrace: false,
            pauseonover: true,
            transition: 'fade', /* vslide/hslide/fade */
            transition_speed: 600,
            show_caption: 'onload' /* onload/onhover/show */
        });
    });
