// JavaScript Document

$(document).ready(
   function() {
      $(".container").wtRotator({
            width:938,
            height:330,
            thumb_width:24,
            thumb_height:24,
            button_width:24,
            button_height:24,
            button_margin:4,
            auto_start:true,
            delay:8000,
            play_once:false,
            transition:"fade",
            transition_speed:800,
            easing:"",
            auto_center:false,
            cpanel_align:"BR",
            cpanel_position:"inside",
            timer_align:"top",
            display_thumbs:true,
            display_dbuttons:true,
            display_playbutton:true,
            display_thumbimg:false,
            display_side_buttons:false,
            display_numbers:true,
            display_timer:true,
            tooltip_type:"text",
            mouseover_pause:false,
            cpanel_mouseover:false,
            text_mouseover:false,
            text_effect:"fade",
            text_sync:true,
            shuffle:false,
      });
   }
);

