<configuration>
	<!-- 
		loadingURL - URL to use to access gallery XML, concatenated with galleryID parameter that is passed in to the SWF
	
		Possible values for "transitionClass" attribute:
			AlphaTransition - Quick transparency switch
			SlideRightTransition - Previous Image slides right, unveiling new image
			SlideRightReverseLeftTransition - Previous Image slides right as new image slides left
	-->
	<gallery loadingURL="gallery.xml.php?node=" transitionClass="AlphaTransition"/>
	
	<!-- 
		Dimensions and origin position for full size image view
	-->
	<mainview x="0" y="0" width="490" height="300"/>
	
	<!--
		Dimensions and origin position for thumbnail panel.  Additionally, thumbnailWidth and thumbnailHeight 
		determine mask and color overlay for thumbnails.  thumbnail child nodes  determine color for mask and 
		origin point for the individual thumbnail views.
	-->
	<thumbnailpane x="493" y="141" width="183" height="159" thumbnailWidth="90" thumbnailHeight="78">
		<thumbnails>
			<thumbnail maskColor="82336B" x="0" y="0"/>
			<thumbnail maskColor="194775" x="93" y="0"/>
			<thumbnail maskColor="096467" x="0" y="81"/>
			<thumbnail maskColor="515D69" x="93" y="81"/>
		</thumbnails>
	</thumbnailpane>
	
</configuration>