============================================

		ITM461 Internet Technologies
		    Prof: Valerie Scarlata

		           Steve Talbot
		          talbste@iit.edu
		          847.436.0815

	         Project #2: Implement JQuery Plugin
		     Due: April 10th, 2009

============================================

The Gallery plugin was downloaded from here:

	http://plugins.jquery.com/project/jqGalScroll

============================================

The main page to view my implemented gallery is here:

	jQuery_Gallery.html

============================================

Contents:

	/jqGalScroll

		// designer's demo of the gallery ..
		jqgalscrolldemo.htm

		/common

			/css

				// css for title, main pic and pic numbered list ..
				jqGalScroll.css

			/jss

				// js for controlling gallery layout and display ..
				jqgalscroll.js
				jqgalscroll.min.js
				jqgalscroll.packed.js


		
	jQuery_Gallery.html		// my main gallery page ..

	screen_jQuery_Gallery.css		// my extra css bit ..

	at_false_kiva.jpg			// example pics for gallery ..
	even_more_chalk_drawings_04.jpg
	new_cuyama.jpg
	penguin.jpg
	special_deal.jpg
	stop_dont_stop.jpg
	street_chalk_1.jpg
	tanks.jpg
	village.jpg
	water_and_rocks.jpg
	yumbulagang.jpg

	README.txt			// this file ..

============================================

Change the img links in the unordered list to point to different pics, 
and the gallery will display the new pics.

============================================
