<GeneralSettings>
	<stageBackgroundColor>333333</stageBackgroundColor>
	<thumbnailBurningEffect>off</thumbnailBurningEffect>
	<largeImageBurningEffect>off</largeImageBurningEffect>
	<arrowColor>999999</arrowColor>
	<arrowRolloverColor>666666</arrowRolloverColor>
	<largeImageRoundCorner>off</largeImageRoundCorner>
	<thumbnailRoundCorner>off</thumbnailRoundCorner>
	<slideShow>off</slideShow>	
	<slideShowTimeInterval>4</slideShowTimeInterval>
	<currentThumbnailColor>ff9900</currentThumbnailColor>
	<leftMarginForDescription>20</leftMarginForDescription>
	<urlOpenInNewWindow>yes</urlOpenInNewWindow>
</GeneralSettings>


<!--
To turn off the "burning effect" for thumbnails:
Change <thumbnailBurningEffect> tag value from "on" to "off"

To turn off the "burning effect" for large images:
Change <largeImageBurningEffect> tag value from "on" to "off"

To change Flash stage background color (only works when the background image is not shown):
change the tage value of <stageBackgroundColor>. e.g. 000000 is black, ffffff is white

To change the arrow color, modify the value of <arrowColor>
To change the arrow rollover color, modify the value of <arrowRolloverColor>

You can turn off the round corner for the large and thumbnail images by changing the value of <largeImageRoundCorner> and <thumbnailRoundCorner> from "on" to "off"

You can turn off the slideshow effect by changing the value of <slideShow> from "on" to "off"

You can change the time interval for the slideshow by changing the value of <slideShowTimeInterval>. 4 means 4 seconds.

-->