﻿		$(window).load(function() {
			$('#slider-wt').wtRotator({
					width:630,
					height:210,
					button_width:24,
					button_height:24,
					button_margin:4,
					auto_start:true,
					delay:6000,
					transition:"random",
					transition_speed:400,
					block_size:75,
					vert_size:55,
					horz_size:50,
					cpanel_align:"TR",
					display_thumbs:true,
					display_dbuttons:true,
					display_playbutton:true,
					display_tooltip:true,
					display_numbers:true,
					display_timer:true,
					mouseover_pause:false,
					cpanel_mouseover:true,
					text_mouseover:false,
					text_effect:"fade",
					shuffle:false,
					block_delay:25,
					vstripe_delay:73,
					hstripe_delay:183
			});                
		});
