<!-- 

This is the configuration section for the about us page. Save and then publish the 
flash movie (_source/about/about.fla) to see changes. 

Colors are just hex values with the # replaced by 0x (standard flash color value)
You can also use the css file (css/about/style.css) to format the main text. 

-->	

<?xml version="1.0"?>

<config>	

	<!-- SPEEDS -->

	<!-- Speed of scrolling, also relates to mouseWheel scroll -->	
	<scrollSpeed>10</scrollSpeed>
	
	<!-- Speed of dragger movement when you click the bar -->
	<draggerSpeed>4</draggerSpeed>
	
	<!-- Speed of color changes -->
	<colorSpeed>0.6</colorSpeed>

	<!-- COLORS -->
	
	<!-- Title text color (use the css file to format the body text) -->
	<titleCol>0x8799A5</titleCol>

	<!-- scroll bar -->
	<scrollBarColor>0x3C3C3C</scrollBarColor>
	
	<!-- dragger normal -->
	<draggerNormalColor>0x6B6B6B</draggerNormalColor>
	
	<!-- dragger on mouse over -->
	<draggerOverColor>0x8799A5</draggerOverColor>
	
	<!-- arrows color (up/down buttons) -->
	<arrowNormalColor>0x6B6B6B</arrowNormalColor>

	<!-- MSIC -->

	<!-- Amount of easing to apply to the text scroll -->
	<scrollEasing>4</scrollEasing>
	
	<!-- Level of alpha for arrows (0-100) -->
	<arrowAlpha>60</arrowAlpha>
	
	<!--  Level of alpha for arrows when moused over (0-100) -->
	<arrowAlphaOver>100</arrowAlphaOver>
	
	<!--  Page title -->
	<pageTitle>Prices</pageTitle>

</config>		
