      $(document).ready(
        function() {
          $(".container").wtListRotator({
            screen_width:556,
            screen_height:312,
            item_width:250,
            item_height:78,
            item_display:4,
            list_align:"right",
            scroll_type:"mouse_move",
            auto_start:true,
            delay:5000,
            transition:"fade", // <!-- v.slide -->
            transition_speed:800,
            easing:"linear",
            auto_center:true,
            display_playbutton:true,
            display_number:true,
            display_timer:true,
            display_arrow:true,
            display_thumbs:true,
            display_scrollbar:true,
            pause_mouseover:true,
            cpanel_mouseover:false,          
            text_mouseover:false,
            text_effect:"fade",
            text_sync:true,
            cpanel_align:"TL",
            timer_align:"bottom",
            move_one:false,
            auto_adjust:true,
            shuffle:false,
            play_once:true,
            block_size:75,
            vert_size:50,
            horz_size:50,
            block_delay:35,
            vstripe_delay:90,
            hstripe_delay:180          
          });
        }
      );
