<?xml version="1.0" encoding="UTF-8"?>
<!-- 

(c) TUFaT.com, All Rights Reserved

Before setting these preferences:

1. Read documentation carefully, please. Not all the preferences affects all galleries appearance / behaviour
2. DO NOT change encoding of this file! It may cause default values usage instead of these preferences.
3 Thank you for your patience.

-->
<preferences>
	<!-- Paths to folders with pictures and sounds. Paths for bitmaps / SWF files see in Graphics section (tag) of this document. -->
	<folders>
		<!-- Store thumbnails in the same folder where pictures are? -->
		<separateThumbnailsFiles value="true"/>
		
		<!-- Paths. Don't forget about slash symbol atthe end of the string! -->
		<pictures value="pictures/"/>
		<thumbnails value="thumbnails/"/>
		<sounds value="sounds/"/>
	</folders>
	
	<!-- Interface options. Thumbs loading with delay supported not by all galleries. Thumbs load delay is measured in ms. -->
	<interface>
		<showTitle value="true"/>
		<thumbnailsOffsetX value="15"/>
		<thumbnailsOffsetY value="15"/>
		
		<!-- Tooltip options -->
		<tooltip>
			<showTooltip value="false"/>
			
			<!-- Actually thats a tooltip width. The width at which text in the tooltip is wrapped. -->
			<wrapWidth value="150"/>
			
			<!-- Tooltip hide delay *in seconds*. -->
			<delay value="0.3"/>
			
			<!-- Time-to-live is a time interval *in seconds* in which tooltip is automatically hidden. The default value is 5. -->
			<timeToLive value="5"/>
		</tooltip>
		
		<popUp>
			<!-- 
				Pop up window with image, is it enabled? 
				Remember that it uses JavaScript and user can have it turned off so this feature won't work for 
				such a user. Default value is false. 
			-->
			<popUpEnabled value="false"/>
			<!-- 
				Use your own pop-up window page if you want. We do not recommend you to modify standart pop-up 
				JavaScript if you're not familiar with it. Also you can use SSS (server-side script) page like
				PHP, Java Server Pages or ASP. Gallery will determine what type of page is specified and if it is 
				not HTML/HTM, needed variables will be passed to your script with GET method.
				
				Here is the list of variables:
				
				* filepath    a path to image. Relative to SWF movie so we recommend you to keep pop-up page
							  in the save location as SWF movie.

				* caption     image caption

				* descr       image description 

				Note: if you want your popup window to be clean (i.e. without padding, scrollbars, address & status 
				bars and so on) set <clean> option to true and specify any HTML file in <url> option.
			-->
			<cleanPopUp value="true"/>
			<url value="popup.html"/>
			<!-- Desirable pop-up window padding (border offset). You can use it it to get extra space for image caption and so on. -->
			<xOffset value="0"/>
			<yOffset value="70"/>
		</popUp>
		
		<!--in order to disable a color you can enter a _ sign in front of the color-->
		<categoryButtonBackgroundColor value="0xAE181C"/>
		<categoryButtonRolloverColor value="0xD9150E"/>
		<categoryButtonBorderColor value="0x867474"/>
		<prevNextButtonFace value="0x867474"/>
		<prevNextButtonBackground value="0xD9150E"/>
		
		</interface>
	<graphics>
		<!-- Text options: align, font size, and colors -->
		<text>
			<!-- Preferences for gallery title text / appereance -->
			<titleFontSize value="18"/>
			<titleFontColor value="0xFFFFFF"/>
			<titleAlign value="Center"/>
			<titleText value="[b]MOTO1 - Photo Gallery[/b]"/>
			
			<!-- Preferences for category buttons caption -->
			<categoryCaptionFontSize value="12"/>
			<categoryCaptionFontColor value="0xFFFFFF"/>
			<categoryCaptionRolloverFontColor value="0xffffff"/>
			<categoryCaptionAlign value="center"/>
			
			<!-- Picture description options. -->
			<pictureDescriptionFontSize value="12"/>
			<pictureDescriptionFontColor value="0xFFFFFF"/>
			<pictureDescriptionAlign value="center"/>
		</text>
		
		<!-- General background / fill options. Not all options are general (for all galleries), some of the are specific. -->
		<fill>
			<generalBackgroundFill value="0x212225"/>
			<gradientStartColor value="0x212225"/>
			<gradientEndColor value="0x4B0F0D"/>
		</fill>
		
		<!-- Image view area appearance -->
		<imageViewArea>
			<ivaFill value="0xF31803"/>
			
			<!-- Transition effect options. Possible values for H7 gallery are H (horizontal), V (vertical) & B (both) -->
			<ivaTransitionEffect value="B"/>
			
			<!--Use this to select background color of thumbnails-->
			<thumbFillColor value="0x4E4E4E"/></imageViewArea>
		
		<!-- Tooltip options -->
		<tooltip>
			<backgroundFillColor value="0xffffff"/>
			<backgroundFillAlpha value="50"/>
			<borderFillColor value="0x1C1D21"/>
			<borderFillAlpha value="100"/>
		</tooltip>
	</graphics>
	
	<!-- Sound preferences -->
	<sound>
		<!-- Toggles sound on/off -->
		<isSoundEnabled value="true"/>
		
		<!-- MP3 files used by gallery. Stored in folder defined by soundFolder property. -->
		<backgroundSoundFilename value="bgSound.mp3"/>
		<categoryRolloverSoundFilename value="catRoll.mp3"/>
		<categoryClickSoundFilename value="catClick.mp3"/>
		
		<!-- to enable, set to "thumbRoll.mp3" -->
		<thumbnailRolloverSoundFilename value="_thumbRoll.mp3"/>
		<thumbnailClickSoundFilename value="thumbClick.mp3"/>
		
		<!-- to enable, set to "transition.mp3" -->
		<transitionSoundFilename value="_transition.mp3"/>
	</sound>
	
	<!-- Errors are logged by PHP script provided with the galleries. It is called logger PHP if you didn't rename it. -->
	<logger>
		<logEnabled value="false"/>
		<pathToLogger value="logger.php"/>
		<logFileName value="log.txt"/>
		<emailOnError value="true"/>
		<adminEmail value="admin@example.com"/>
	</logger>
	
	<!-- List of files -->
	<images>
	<!-- Gallery 1 Starts -->
		<category caption="VIP AREA GALLERY" description="VIP's area gallery" thumb="" enabled="true">
			<image filename="gallery1/1.jpg" caption="Pictures of the Gallery 1" description="Give your comment for the picture one"/>								            <image filename="gallery1/2.jpg" caption="Pictures with the bride" description="comment for the picture 2"/>
			<image filename="gallery1/3.jpg" caption="Pictures with the bride" description="comment for the picture 3"/>
			<image filename="gallery1/4.jpg" caption="Pictures with the bride" description="comment for the picture 4"/>
			<image filename="gallery1/5.jpg" caption="Pictures with the bride" description="comment for the picture 5"/>
			<image filename="gallery1/6.jpg" caption="Pictures with the bride" description="comment for the picture 6"/>
			<image filename="gallery1/7.jpg" caption="Pictures with the bride" description="comment for the picture 7"/>
			<image filename="gallery1/8.jpg" caption="Pictures with the bride" description="comment for the picture 8"/>
			<image filename="gallery1/9.jpg" caption="Pictures with the bride" description="comment for the picture 9"/>
			<image filename="gallery1/10.jpg" caption="Pictures with the bride" description="comment for the picture 10"/>
			<image filename="gallery1/11.jpg" caption="Pictures with the bride" description="comment for the picture 11"/>
			<image filename="gallery1/12.jpg" caption="Pictures with the bride" description="comment for the picture 12"/>
			<image filename="gallery1/13.jpg" caption="Pictures with the bride" description="comment for the picture 13"/>
			<image filename="gallery1/14.jpg" caption="Pictures with the bride" description="comment for the picture 14"/>
			</category>
			<!-- Gallery 2 Starts -->
		<category caption="DANCE FLOOR GALLERY" description="Dance floor Gallery" thumb="" enabled="true">
			<image filename="gallery2/1.jpg" caption="Pictures with the groom" description="Here is me, in the pack with "/>
			<image filename="gallery2/2.jpg" caption="Pictures with the groom" description="Outside in the  day"/>
			<image filename="gallery2/3.jpg" caption="Pictures with the groom" description="Me outside my house three hours before the.."/>
			<image filename="gallery2/4.jpg" caption="Pictures with the groom" description="Outside in the park - different angle"/>
			<image filename="gallery2/5.jpg" caption="Pictures with the groom" description="Me and the lovely next to me"/>
			<image filename="gallery2/6.jpg" caption="Pictures with the groom" description="Me and  Men next to me"/>
			<image filename="gallery2/7.jpg" caption="Pictures with the groom" description="Special portrait foto for "/>
			<image filename="gallery2/8.jpg" caption="Pictures with the groom" description="Me in the left  best man"/>
		</category>
		<category caption="THURSDAY NIGHT " description="Thursday Night Gallery" thumb="" enabled="true">
			<image filename="gallery3/1.jpg" caption="Category containing pictures of the Bride and Groom" description="walking in the park"/>
			<image filename="gallery3/2.jpg" caption="Category containing pictures of the Bride and Groom" description=" having a grate time at the "/>
			<image filename="gallery3/3.jpg" caption="Category containing pictures of the Bride and Groom" description=" after the Dance"/>
			<image filename="gallery3/4.jpg" caption="Category containing pictures of the Bride and Groom" description="Special album foto, picture taken "/>
			<image filename="gallery3/5.jpg" caption="Category containing pictures of the Bride and Groom" description=" cutting the cake"/>
			<image filename="gallery3/6.jpg" caption="Category containing pictures of the Bride and Groom" description="at the wedding party"/>
			<image filename="gallery3/7.jpg" caption="Category containing pictures of the Bride and Groom" description="First picture after the ceremony"/>
			</category>
		<category caption="FRIDAY NIGHT" description="Friday night Gallery" thumb="" enabled="true">
			<image filename="gallery4/1.jpg" caption="Pictures with the whole family" description="along with Brides mother and father plus two friends"/>
			<image filename="WholeFamilyPics/2.jpg" caption="Pictures with the whole family" description=" along with Grooms mother and father plus two friends"/>
			<image filename="gallery4/3.jpg" caption="Pictures with the whole family" description=" family"/>
			<image filename="gallery4/4.jpg" caption="Pictures with the whole family" description="T his father, mother and brother"/>
			<image filename="gallery4/5.jpg" caption="Pictures with the whole family" description="Me and my wife and our two children in the garden"/>
			<image filename="gallery4/6.jpg" caption="Pictures with the whole family" description="Brides family: father mother uncle and a few family friends"/>
			<image filename="gallery4/7.jpg" caption="Pictures with the whole family" description="Another picture with both the groom and his bride plus their families"/>
		</category>
		<category caption="SATURDAY NIGHT" description="Saturday Night Gallery" thumb="" enabled="true">
			<image filename="gallery5/1.jpg" caption="The bride and groom in their Honeymoon" description="sharing the first kiss after the"/>
			<image filename="gallery5/2.jpg" caption="The bride and groom in their Honeymoon" description="next to the boat that will take them to place they will spend the honeymoon at"/>
			<image filename="gallery5/3.jpg" caption="The bride and groom in their Honeymoon" description="near the lake"/>
			<image filename="gallery5/4.jpg" caption="The bride and groom in their Honeymoon" description="on the river drinking champagne"/>
			<image filename="gallery5/5.jpg" caption="The bride and groom in their Honeymoon" description=" all alone in their honeymoon"/>
			<image filename="gallery5/6.jpg" caption="The bride and groom in their Honeymoon" description="together in their honeymoon"/>
			<image filename="gallery5/7.jpg" caption="The bride and groom in their Honeymoon" description="Special moments near the lake"/>
		</category>
		
		<category caption="nagaraju" description="Saturday Night Gallery" thumb="" enabled="true"></category>
	</images>
</preferences>
