jQuery.noConflict();
jQuery(document).ready(	
	function() {
		jQuery(".container").wtRotator({
			width:949,
			height:294,
			button_width:21,
			button_height:21,
			button_margin:0,
			auto_start:true,
			delay:3500,
			play_once:false,
			transition:"fade",
			transition_speed:400,
			auto_center:true,
			easing:"",
			cpanel_position:"inside",
			cpanel_align:"BL",
			timer_align:"top",
			display_thumbs:true,
			display_dbuttons:true,
			display_playbutton:false,
			display_numbers:false,
			display_timer:false,
			mouseover_pause:false,
			cpanel_mouseover:false,
			text_mouseover:false,
			text_effect:"none",
			text_sync:false,
			tooltip_type:"none",
			lock_tooltip:false,
			shuffle:false,
			block_size:75,
			vert_size:55,
			horz_size:50,
			block_delay:25,
			vstripe_delay:75,
			hstripe_delay:180			
		});
	}
);

