﻿<?xml version='1.0' ?>
<!--Picture Gallery Pro Skin #1 - Fedor Skvortsov, COMobjects.NET. July, 2001-->
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
	<!--Width of the Gallery-->
	<xsl:variable name='GalleryWidth'>520</xsl:variable>
	<!--Max size of the thumbnail-->
	<xsl:variable name='ThumbnailSize'>118</xsl:variable>
	<!--Height of the info box-->
	<xsl:variable name='InfoHeight'>60</xsl:variable>
	<!--Name of the main file of the Picture Gallery-->
	<xsl:variable name='MainASP'>PictureGallery.asp</xsl:variable>
	<!--Name of the file, which produces thumbnails-->
	<xsl:variable name='ThumbnailASP'>Thumbnail.asp</xsl:variable>
	<!--Value True causes Gallery to display full-sized picture AS IS
		Value False makes Gallery to scale the image to the GalleryWidth-->
	<xsl:variable name='DisplayAsIs'>True</xsl:variable>
</xsl:stylesheet>
