﻿$(document).ready(
   function() {
      $(".bannerContainer").wtRotator({
            width:580,
            height:300,
            button_width:24,
            button_height:24,
            button_margin:4,
            auto_start:true,
            delay:10000,
            play_once:false,
            transition: "fade",
            transition_speed:500,
            easing:"",
            auto_center:false,
            cpanel_align:"BR",
            cpanel_position:"inside",
            timer_align:"top",
            display_thumbs:false,
            display_dbuttons:true,
            display_playbutton:true,           
            display_numbers:true,
            display_timer:true,
            tooltip_type:"image",
            mouseover_pause:false,
            cpanel_mouseover:false,
            text_mouseover:false,
            text_effect:"right",
            text_sync:false,
            shuffle:false,
            block_size:75,
            vert_size:55,
            horz_size:50,
            block_delay:25,
            vstripe_delay:75,
            hstripe_delay:75
      });
   }
);


