		var $j = jQuery.noConflict();
			$j(document).ready(function() {
				$j(".container").wtGallery({
					num_display:6,
					screen_width:1010,
					screen_height:450,
					padding:0,
					thumb_width:114,
					thumb_height:70,
					thumb_margin:6,
					text_align:"top",
					caption_align:"bottom",
					auto_rotate:true,
					delay:5000,					
					rotate_once:false,
					auto_center:true,
					cont_imgnav:true,
					cont_thumbnav:true,
					display_play:false,
					display_imgnav:true,
					display_imgnum:false,
					display_timer:false,
					display_thumbnav:true,
					display_indexes:false,					
					display_thumbnum:false,
					display_tooltip:false,
					display_arrow:false,
					mouseover_pause:false,				
					mouseover_text:false,
					mouseover_info:false,
					mouseover_caption:false,
					mouseover_buttons:true,
					transition:"fade",
					transition_speed:800,
					scroll_speed:600,
					vert_size:45,
					horz_size:45,					
					vstripe_delay:100,
					hstripe_delay:100,
					move_one:false,
					shuffle:false
				});
			}
		);
