jQuery.noConflict();
jQuery(document).ready(	
	function() {
		var jQuerycontainer = jQuery(".container");
		var jQuerycontaineroriginal = jQuery(".containeroriginal");
		jQuerycontaineroriginal.wtRotator({
			width:970,
			height:270,
			button_width:24,
			button_height:24,
			button_margin:5,
			auto_start:true,
			delay:6000,
			transition:"random",
			transition_speed:800,
			block_size:75,
			vert_size:55,
			horz_size:50,
			cpanel_align:"BR",
			timer_align:"top",
			display_thumbs:true,
			display_dbuttons:true,
			display_playbutton:true,
			tooltip_type:"none",
			display_numbers:true,
			display_timer:false,
			mouseover_pause:false,
			cpanel_mouseover:false,
			text_mouseover:false,
			text_effect:"random",
			text_sync:true,
			shuffle:false,
			block_delay:25,
			vstripe_delay:73,
			hstripe_delay:183
		});
		
		jQuerycontainer.wtRotator({
			width:970,
			height:270,
			button_width:24,
			button_height:24,
			button_margin:5,
			auto_start:true,
			delay:5000,
			transition:"fade",
			transition_speed:800,
			block_size:75,
			vert_size:55,
			horz_size:50,
			cpanel_align:"BR",
			timer_align:"top",
			display_thumbs:true,
			display_dbuttons:false,
			display_playbutton:false,
			tooltip_type:"none",
			display_numbers:true,
			display_timer:false,
			mouseover_pause:false,
			cpanel_mouseover:true,
			text_mouseover:false,
			text_effect:"fade",
			text_sync:false,
			shuffle:false,
			block_delay:25,
			vstripe_delay:73,
			hstripe_delay:183
		});
		
	});
