﻿<?xml version="1.0" encoding="utf-8" ?>
<data>
	<settings>
		<auto_play>
			<defaults symbol="circular" /><!--倒计时按钮的位置-->
			<tweenIn x="$htmlformat[0]" y="$htmlformat[1]" width="$htmlformat[2]" height="$htmlformat[3]" tint="0x$htmlformat[4]" alpha="$htmlformat[5]"/><!--倒计时按钮的透明度-->
			<tweenOver alpha="$htmlformat[6]"/><!--倒计时按钮移动上去的透明度-->
		</auto_play>
	
		<prev_button><!--左右翻页按钮的位置-->				
			<tweenIn x="$htmlformat[7]" y="$htmlformat[8]" width="$htmlformat[9]" height="$htmlformat[10]" alpha="$htmlformat[11]" /><!--左右翻页按钮的背景透度-->	
			<tweenOver alpha="$htmlformat[12]" /><!--左右翻页按钮的移去上去的背景透明度-->
		</prev_button>
		
		<next_button>			
			<tweenIn x="$htmlformat[13]" y="$htmlformat[14]" width="$htmlformat[15]" height="$htmlformat[16]" alpha="$htmlformat[17]" />
			<tweenOver alpha="$htmlformat[18]" />
		</next_button>
		
		<prev_symbol>
			<defaults type="$htmlformat[19]" /><!--左右翻页按钮的样式外观-->		
			<tweenIn x="$htmlformat[20]" y="$htmlformat[21]" alpha="$htmlformat[22]"  /><!--左右翻页按钮的位置和透明度-->	
			<tweenOver time="$htmlformat[23]" x="$htmlformat[24]" scaleX="$htmlformat[25]" scaleY="$htmlformat[26]" /><!--移去上去变大小和位置和需要的时间-->	
		</prev_symbol>
		<next_symbol>
			<defaults type="$htmlformat[27]" />
			<tweenIn x="$htmlformat[28]" y="$htmlformat[29]" alpha="$htmlformat[30]"/>
			<tweenOver time="$htmlformat[31]" x="$htmlformat[32]" scaleX="$htmlformat[33]" scaleY="$htmlformat[34]" />
		</next_symbol>		

		<description>
			<defaults 
				round_corners="10, 10, 10, 10"					
				heading_text_size="22"
				heading_text_color="0xfc9900"	
				paragraph_text_size="13"
				paragraph_text_color="0xFFFFFF"					
			/>
			<tweenIn x="200" y="240" width="560" height="90" alpha="0.15" />
			<tweenOver alpha="0.3"/>
		</description>	
	
		<transitions
			slicing="vertical" 
			direction="down"
			duration="0.6" 
			delay="0.2"
			cube_color="0x611811"
		/>
	
	</settings>
	<slides>
		$htmlformat[35]
	</slides>
</data>

