$(document).ready(	
	function() {
		var $container = $(".container");
		$container.wtRotator({
			width:930,
			height:290,
			button_width:14,
			button_height:14,
			button_margin:8,
			auto_start:true,
			delay:6000,
			transition:"random",
			transition_speed:800,
			cpanel_align:"BR",
			timer_align:"top",
			display_thumbs:true,
			display_dbuttons:true,
			display_playbutton:true,
			tooltip_type:"image",
			display_numbers:false,
			display_timer:true,
			mouseover_pause:false,
			cpanel_mouseover:false,
			text_mouseover:false,
			text_effect:"fade",
			text_sync:true,
			shuffle:false
		});
	}
);
