$(document).ready(	
	function() {
		var $container = $(".container");
		$container.wtRotator({
			width:626,
			height:309,
			button_width:24,
			button_height:24,
			button_margin:5,
			auto_start:true,
			delay:8000,
			transition:"h.slide",
			transition_speed:800,
			block_size:75,
			vert_size:55,
			horz_size:50,
			cpanel_align:"BR",
			timer_align:"top",
			display_thumbs:false,
			display_dbuttons:true,
			display_playbutton:true,
			tooltip_type:"image",
			display_numbers:false,
			display_timer:true,
			mouseover_pause:true,
			cpanel_mouseover:false,
			text_mouseover:false,
			text_effect:"right",
			text_sync:true,
			shuffle:false,
			block_delay:25,
			vstripe_delay:73,
			hstripe_delay:183
		});
	
		
		init();
	}
);
