$(document).ready(	
	function() {
		var $container = $(".banner");
		$container.wtRotator({
			width:809,
			height:320,
			button_width:24,
			button_height:24,
			button_margin:5,
			auto_start:true,
			delay:3000,
			transition:"diag.fade",
			transition_speed:1000,
			block_size:0,
			vert_size:0,
			horz_size:0,
			cpanel_align:"BL",
			timer_align:"top",
			display_thumbs:false,
			display_dbuttons:true,
			display_playbutton:true,
			tooltip_type:"image",
			display_numbers:true,
			display_timer:true,
			mouseover_pause:false,
			cpanel_mouseover:false,
			text_mouseover:false,
			text_effect:"fade",
			text_sync:true,
			shuffle:false,
			block_delay: 2,
			vstripe_delay: 50,
			hstripe_delay: 100
		});
	}
);
