
		$(document).ready(	
			function() {
				$(".gallery-container").wtGallery({
					num_display:4,
					screen_width:525,
					screen_height:345,
					padding:5,
					thumb_width:120,
					thumb_height:70,
					thumb_margin:5,
					text_align:"bottom",
					caption_align:"bottom",
					auto_rotate:true,
					delay:5000,	
					cont_imgnav:true,
					cont_thumbnav:true,
					display_imgnav:true,
					display_imgnum:false,
					display_timer:true,
					display_thumbnav:true,
					display_indexes:true,					
					display_thumbnum:false,
					display_tooltip:false,
					display_arrow:true,					
					mouseover_text:false,
					mouseover_info:false,
					mouseover_caption:false,
					mouseover_buttons:true,
					transition:"fade",
					transition_speed:1600,
					scroll_speed:600,
					vert_size:45,
					horz_size:45,					
					vstripe_delay:100,
					hstripe_delay:100,
					move_one:false,
					shuffle:false
				});
			
			}
		
		);

