$(document).ready(	
	function() {
		$(".container").wtRotator({
			width:994,
			height:300,
			button_width:24,
			button_height:24,
			button_margin:5,
			auto_start:true,
			delay:5000,
			play_once:false,
			transition:"fade",				/* none, fade, random */ 
			transition_speed:800,
			auto_center:false,
			easing:"",
			cpanel_position:"inside",		/* inside, outside */
			cpanel_align:"BR",				/* BL, BC, BR, TL, TC, TR */
			timer_align:"top",
			display_thumbs:false,
			display_dbuttons:false,
			display_playbutton:false,
			display_numbers:true,
			display_timer:false,				/* controls sliding timer */
			mouseover_pause:true,
			cpanel_mouseover:false,
			text_mouseover:false,
			text_effect:"fade",				/* none, fade, expand up, expand down, expand left, expand right */
			text_sync:true,
			tooltip_type:"image",			/* none, image, text */
			lock_tooltip:true,
			shuffle:true,
			block_size:75,
			vert_size:55,
			horz_size:50,
			block_delay:25,
			vstripe_delay:75,
			hstripe_delay:180			
		});
	}
);

