<gallery>
	<!-- The line below sets the path to the folder where the images are stored -->
	<setup path="images/">
	<!-- The the following lines are used to customize the look of the gallery -->
		<imgWidth>198</imgWidth>
     	<imgHeight>148</imgHeight>
      	<thumbWidth>1</thumbWidth>
      	<thumbHeight>1</thumbHeight>
	<thumbType>solidColor</thumbType>
	<thumbColor>#FFFCEA</thumbColor>
      	<transitionType>fade</transitionType>
     	<thumbnailRows>0</thumbnailRows>
	<thumbActiveColor>#FFFCEA</thumbActiveColor>
	<thumbRollColor>#FFFCEA</thumbRollColor>
		<thumbPosition>top</thumbPosition>
		<captionPosition>bottom</captionPosition>
		<showControls>false</showControls>
	<imgBgColor>#FFFCEA</imgBgColor>
	<backgroundColor>#FFFCEA</backgroundColor>
		<thumbTolmgSpace>1</thumbTolmgSpace>
	<captionFontSize>10</captionFontSize>
	listenerObject = new Object(); 
listenerObject.change = function(eventObject){ 
  if(eventObject.caption == undefined  || eventObject.caption == ""){ 
  mc_captions._alpha =0 
  }else{ 
  mc_captions._alpha=100 
} 
myGallery.addEventListener("change",listenerObject)
		 </setup>
	<!-- The following lines set  the names of your images and thumbnails -->
	<item>
		<thumb></thumb>
		<img>1.jpg</img>
		<caption></caption>
	</item>
	<item>
		<thumb></thumb>
		<img>2.jpg</img>
		<caption></caption>
	</item>
	<item>
		<thumb></thumb>
		<img>3.jpg</img>
		<caption></caption>
	</item>
	<item>
		<thumb></thumb>
		<img>4.jpg</img>
		<caption></caption>
	</item>
	<item>
		<thumb></thumb>
		<img>5.jpg</img>
		<caption></caption>
	</item>
	<item>
		<thumb></thumb>
		<img>6.jpg</img>
		<caption></caption>
	</item>
	<item>
		<thumb></thumb>
		<img>7.jpg</img>
		<caption></caption>
	</item>

	<item>
		<thumb></thumb>
		<img>8.jpg</img>
		<caption></caption>
	</item>
	
	<item>
		<thumb></thumb>
		<img>9.jpg</img>
		<caption></caption>
	</item>
	
	<item>
		<thumb></thumb>
		<img>10.jpg</img>
		<caption></caption>
	</item>
</gallery>