
function wtRotatorRun() {
	var $container = $(".wt_rotator_con");
	$container.wtRotator({
		width:490,
		height:230,
		button_width:8,
		button_height:8,
		button_margin:5,
		auto_start:true,
		delay:6000,
		transition:"fade",
		transition_speed:800,
		block_size:70,
		vert_size:49,
		horz_size:42,
		cpanel_align:"BR",
		timer_align:"bottom",
		display_thumbs:true,
		display_dbuttons:false,
		display_playbutton:false,
		tooltip_type:"image",
		display_numbers:true,
		display_timer:false,
		mouseover_pause:false,
		cpanel_mouseover:false,
		text_mouseover:false,
		text_effect:"fade",
		text_sync:true,
		shuffle:true,
		block_delay:25,
		vstripe_delay:73,
		hstripe_delay:183
	});
};

// AddOnload( wtRotatorRun );
wtRotatorRun();
