$(document).ready(
   function() {
      $(".container").wtRotator({
            text-align:center;
            width:450,
            height:300,
            thumb_width:24,
            thumb_height:24,
            button_width:24,
            button_height:24,
            button_margin:4,
            auto_start:true,
            delay:8000,
            play_once:false,
            transition:"random",
            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:"image",
            mouseover_pause:false,
            cpanel_mouseover:false,
            text_mouseover:false,
            text_effect:"fade",
            text_sync:true,
            shuffle:false,
            block_size:75,
            vert_size:55,
            horz_size:50,
            block_delay:25,
            vstripe_delay:75,
            hstripe_delay:75
      });
   }
);
