<!-- 

This is the configuration section for the gallery menu. Save and then publish the 
flash movie (_source/gallery/gallery.fla) to see changes. 

Colors are just hex values with the # replaced by 0x (standard flash color value)

The xml used by this section can be found in xml/gallery/gallery.xml it can be genreated by php which can
be found in the php folder named buildGalleries.php. 


-->	

<?xml version="1.0"?>

<config>

    <!-- GENERAL -->
			
	<!-- Color of section title -->	
	<titleColor>0x8799A5</titleColor>

	<!-- Speed of title fade in -->	
	<titleTime>4</titleTime>
	
	<!-- _y position of all thumbnails  -->	
	<thumbsY>40</thumbsY>
	
	<!-- _x position of all thumbnails   -->	
	<thumbsX>34</thumbsX>
	
	<!-- how many columns of thumbnails do you want to show at any one time? -->	
	<numCols>3</numCols>
	
	<!-- how many rows of thumbnails do you want to show at any one time? -->	
	<numRows>2</numRows>
	
	<!-- amount of padding on the right side of each thumb (column padding) -->	
	<thumbPaddingX>8</thumbPaddingX>
	
	<!-- amount of padding at the buttom of each thumb (row padding)-->	
	<thumbPaddingY>8</thumbPaddingY>
	
	<!-- THUMB  -->
	
	<!-- do you want to bypass the automatic thumbnail creation and use your own images? please read the help file in the galleries folder -->	
	<useOwnThumbs>true</useOwnThumbs>
	
	<!-- height of thumb  -->
	<thumbHeight>90</thumbHeight>
	
	<!-- width of thumb  -->
	<thumbWidth>115</thumbWidth>
	
	<!-- width of thumb on mouse over -->
	<thumbOverHeight>90</thumbOverHeight>
	
	<!-- height of thumb on mouse over -->
	<thumbOverWidth>115</thumbOverWidth>
	
	<!-- xscale of large image before make the thumb (only applies if thumbType is set to slice) | 0-100  -->
	<thumbXScale>80</thumbXScale>
	
	<!-- yscale of large image before make the thumb (only applies if thumbType is set to slice ) | 0-100   -->
	<thumbYScale>80</thumbYScale>
	
	<!-- Type of thumb to make either you can scale the large image down or take a slice from it | slice or scale   -->
	<thumbType>scale</thumbType>
	
	<!-- Where do you want to take the slice from? (used with thumbType slice) | center | left  -->
	<thumbSlicePoint>center</thumbSlicePoint>
	
	<!-- speed of thumb mouse over effects -->
	<thumbOverSpeed>0.3</thumbOverSpeed>
	
	<!-- border size to apply to thumb  -->
	<borderSize>2</borderSize>
	
	<!-- color of thumb border -->
	<borderCol>0x4F4F4F</borderCol>
	
	<!-- color of thumb border on mouse over -->
	<borderColOver>0x8799A5</borderColOver>
	
	<!-- speed of thumb background scaling during intro -->
	<thumbIntroSpeed>1</thumbIntroSpeed>
	
	<!-- Delay between each thumbnail tween during into -->
	<thumbIntroDelay>0.1</thumbIntroDelay>
	
	<!-- THUMB PRELOADER  -->

	<!-- Color of preloader circle  -->
	<preloaderCircleColor>0x666666</preloaderCircleColor>

	<!-- Color preloader text  -->
	<preloaderTextColor>0xcccccc</preloaderTextColor>
	
	<!-- Color of preloader glow  -->
	<preloaderGlowColor>0x8799A5</preloaderGlowColor>
	
	<!-- Amount of preloader glow | 0-1 -->
	<preloaderGlowAmount>0.3</preloaderGlowAmount>
	
	<!-- LARGE IMAGE -->
	
	<!-- amount alpha to apply to the lightbox overlay  | 0-100 -->
	<lightboxOverlayAlpha>88</lightboxOverlayAlpha>
	
	<!-- speed of lightbox fade in -->
	<lightboxOverlayInSpeed>1</lightboxOverlayInSpeed>
	
	<!-- speed of lightbox fade out -->
	<lightboxOverlayOutSpeed>0.6</lightboxOverlayOutSpeed>
	
	<!-- border color of large image -->
	<largeImgBorderColor>0x4F4F4F</largeImgBorderColor>
	
	<!-- border size on large image -->
	<largeImgBorderSize>2</largeImgBorderSize>
	
	<!-- Speed of large image background tween (scale) -->
	<largeImgSpeed>1</largeImgSpeed>
	
	<!-- Speed of large image mask tween (slide) -->
	<largeImgRevealSpeed>0.1</largeImgRevealSpeed>
	
	<!-- LARGE IMAGE INFO PANEL -->
	
	<!-- Do you want to use the info panel at all?  | true | false -->
	<useInfoPanel>true</useInfoPanel>
	
	<!-- Do you want to show the info panel all the time? (otherwise its shown on rollover)  | true | false -->
	<alwaysShowInfo>false</alwaysShowInfo>
	
	<!-- Speed of info slide on rollover and rollout  -->
	<infoSlideSpeed>0.2</infoSlideSpeed>
	
	<!-- Color of info panel background  -->
	<infoBgColor>0x000000</infoBgColor>
	
	<!-- Alpha level of panel background | 0-100 -->
	<infoBgAlpha>76</infoBgAlpha>
	
	<!-- Alpha level of shine effect | 0-100 -->
	<infoShineAlpha>15</infoShineAlpha>
	
	<!--Color of image title text  -->
	<infoTitleColor>0xCCCCCC</infoTitleColor>
	
	<!-- Show counter? | true | false -->
	<showCounter>false</showCounter>
	
	<!-- Color of counter text   -->
	<infoCounterColor>0x666666</infoCounterColor>
	
	<!-- NAVIGATION -->	
	
	<!-- speed of grid slide (when pressing button) -->
	<gridSideSpeed>1</gridSideSpeed>
	
	<!-- amount of padding (top) between thumbnail grid -->
	<navPadding>10</navPadding>
	
	<!-- color of button arrows -->
	<arrowColor>0x6B6B6B</arrowColor>
	
	<!-- Color of glow on arrow buttons -->	
	<arrowGlowColor>0x708694</arrowGlowColor>
	
	<!-- Amount of glow on arrow buttons | 0-1-->	
	<arrowGlowAmount>0.2</arrowGlowAmount>
	
	<!-- Amount of glow on arrow buttons mouse over | 0-1-->	
	<arrowGlowAmountOver>0.6</arrowGlowAmountOver>
	
	<arrowGlowSpeed>3</arrowGlowSpeed>
	
	<!-- COUNTER TEXT -->	
	
	<!-- text to add to start of counter text -->	
	<counterPrefix>Showing</counterPrefix>
	
	<!-- text to add to end of counter text -->	
	<counterSuffix>images</counterSuffix>
	
    <!-- text to divide the pages eg. 1-7 -->	
	<counterDiv>-</counterDiv>
	
	<!-- color of counter text -->	
	<counterTextCol>0x999999</counterTextCol>

</config>		
