<?xml version="1.0" encoding="UTF-8" ?>
<!--
	MD Image Gallery v1 | Personal
	Created by David A. Molanphy 2007
	Copyright (c) 2007 Molanphy Design. All rights reserved.

	NOTES:

	libName 		= currently used only for usability, it may become part of a feature in future versions of MD_Gallery. You can omit it if you prefer.
	libType			= choose between "image" or "video"
	itemPath 		= refers to the file name of BOTH the large and thumbnail images. The way to differentiate between the two is determined by the paths set in the MD_Gallery.xml file. 
	itemName 		= Title of the image as represented in the rollover state of a zoomed in (large) image
	itemDescription = Description of image as represented in the rollover state of a zoomed in (large) image

-->

<library libName="Personal" libType="image">

	<item itemPath="packaging-flix.jpg" itemName="Flix" >
		<itemDescription><![CDATA[Flix Sticks Packaging]]></itemDescription>
	</item>

	<item itemPath="packaging-ambassador.jpg" itemName="Ambassador Organics" >
		<itemDescription><![CDATA[Ambassador Organics Packaging]]></itemDescription>
	</item>

	<item itemPath="pic_10.jpg" itemName="Photo 10" >
		<itemDescription><![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad.]]></itemDescription>
	</item>

</library>