$(document).ready(	
	function() {
		$(".container").wtRotator({
			width:626,
			height:210,
			thumb_width:24,
			thumb_height:24,
			button_width:14,
			button_height:14,
			button_margin:5,
			auto_start:true,
			delay:5000,
			play_once:false,
			transition:"fade",
			transition_speed:800,
			auto_center:true,
			easing:"linear",
			cpanel_position:"inside",
			cpanel_align:"BR",
			timer_align:"top",
			display_thumbs:false,
			display_dbuttons:true,
			display_playbutton:false,
			display_thumbimg:false,
			display_side_buttons:false,
			display_numbers:true,
			display_timer:false,
			mouseover_pause:false,
			cpanel_mouseover:false,
			text_mouseover:false,
			text_effect:"fade",
			text_sync:true,
			tooltip_type:"image",
			lock_tooltip:true,
			shuffle:false,
			block_size:75,
			vert_size:55,
			horz_size:50,
			block_delay:25,
			vstripe_delay:75,
			hstripe_delay:180			
		});
	}
);
