$(document).ready(	
			function() {
				$(".AlfaBannerEffect").wtGallery({
					num_display:5,
					screen_width:900,
					screen_height:325,
					padding:0,
					thumb_width:0,
					thumb_height:0,
					thumb_margin:0,
					text_align:"top",
					caption_align:"bottom",
					auto_rotate:true,
					delay:5000,	
					cont_imgnav:true,
					cont_thumbnav:false,
					display_imgnav:true,
					display_imgnum:false,
					display_timer:false,
					display_thumbnav:false,
					display_indexes:false,					
					display_thumbnum:false,
					display_tooltip:false,
					display_arrow:true,					
					mouseover_text:true,
					mouseover_info:true,
					mouseover_caption:false,
					mouseover_buttons:true,
					transition:"vert.tl",
					transition_speed:800,
					scroll_speed:600,
					vert_size:45,
					horz_size:45,					
					vstripe_delay:100,
					hstripe_delay:100,
					move_one:true,
					shuffle:false
				});
			}
		);
