﻿$(document).ready(
			function() {
				$(".container").wtRotator({
					width:974,
					height:200,
					button_width:24,
					button_height:24,
					button_margin:5,
					auto_start:true,
					delay:8000,
					play_once:false,
					transition:"random",
					transition_speed:1000,
					auto_center:true,
					easing:"",
					cpanel_position:"inside",
					cpanel_align:"BR",
					timer_align:"top",
					display_thumbs:true,
					display_dbuttons:false,
					display_playbutton:false,
					display_numbers:true,
					display_timer:false,
					mouseover_pause:true,
					cpanel_mouseover:false,
					text_mouseover:false,
					text_effect:"fade",
					text_sync:true,
					tooltip_type:"image",
					lock_tooltip:false,
					shuffle:false,
					block_size:50,
					vert_size:50,
					horz_size:50,
					block_delay:25,
					vstripe_delay:75,
					hstripe_delay:180
				});
			}
		);
