Installation: 1. Unzip files 2. Upload all files to server maintaining file paths 3. Edit 'config.php' as needed-See below Configuration: -Categories: 1. Open 'config.php' for editing 2. Add the category in '$category_array' in a similar manner to the existing categories 3. Save & upload the edited file 4. Add the folder inside the 'gallery' folder 5. Add a 'thumb' folder inside the new category folder -Maximum file size: 1. Open 'config.php' for editing 2. Alter '$maxfile' to desired limit in Kilobytes 3. Save & upload edited file Uploading images - Admin panel: 1. Browse to the 'admin' folder (./gallery/admin) and click 'Upload images' 2. Choose an appropriate category 3. Select the image file you wish to upload - See notes below 4. Write a description for the image 5. Hit Submit Deleting images: 1. Browse to the 'admin' folder (./gallery/admin) and click 'Delete images' 2. Select the category you wish to delete an image from 3. Click the image you wish to delete 4. Click the confirm box *Notes: -It is advisable to protect the admin folder, eg. using .htaccess -Images must be .jpg format -If images are wider than 750 pixels, the template may disfigure, and the use of the Lightbox Javascript is advisable -A maximum image size is configurable - See 'Configuration' above - The default is 400Kb -Thumbnails are automatically generated & stored in the './gallery/category/thumb' folder