
	$(document).ready(	
	function() {
		$("#content-banner").wtRotator({
			width:958,
			height:539,
			thumb_width:24,
			thumb_height:24,
			button_width:24,
			button_height:24,
			button_margin:5,
			auto_start:true,
			delay:6000,
			transition:"fade",
			transition_speed:800,
			block_size:75,
			vert_size:55,
			horz_size:50,
			cpanel_align:"BC",
			timer_align:"top",
			display_thumbs:true,
			display_dbuttons:true,
			display_playbutton:false,
			display_thumbimg:false,			
			display_side_buttons:true,
			tooltip_type:"image",
			display_numbers:false,
			display_timer:false,
			mouseover_pause:false,
			cpanel_mouseover:true,
			text_mouseover:true,
			text_effect:"fade",
			text_sync:true,
			shuffle:true,
			block_delay:25,
			vstripe_delay:73,
			hstripe_delay:183		
		});
	}
);

    
