$(document).ready(function () {
    $(".container").wtRotator({
        auto_start: true,
        block_delay: 25,
        block_size: 75,
        button_height: 24,
        button_margin: 5,
        button_width: 24,
        cpanel_mouseover: false,
        delay: 6000,
        display_dbuttons: true,
        display_imgtooltip: true,
        display_numbers: false,
        display_playbutton: true,
        display_thumbimg: false,
        display_thumbs: false,
        display_timer: false,
        cpanel_align: "BL",
        cpanel_position: "inside",
        height: 341,
        horz_size: 50,
        hstripe_delay: 75,
        mouseover_pause: true,
        shuffle: false,
        text_effect: "fade",
        text_mouseover: false, /* change to true for mouseover effect on thumbs */
        text_sync: false,
        timer_align: "top",
        tooltip_type: "text",
        transition: "block.left",
        transition_speed: 400,
        vert_size: 55,
        vstripe_delay: 75,
        width: 743
    });
});
