<?xml version='1.0' encoding='utf-8'?>
<highlight_presenter>
	<colorStyle
			color_bg="0xF7EC25"
	/>
	<stageStyle
			sWidth="155"
			sHeight="195"
			stopOnOver="true"
			stopForFrames="150"
	/>
	<arrowStyle
			aMargin="0"
			urlUpArrow="web/event/images/arrowUp.png"
			urlDownArrow="web/event/images/arrowDown.png"
	
	/>
	<borderStyle
			bColor="0xc6c6c6"
			bSize="6"
			bTimer="0.1"
	/>
	<textStyle
			marginLeft="0"
			marginBottom="10"
			embedFont="true"
			overColor="0x0000FF"
			bgColor="0xFF0000"
			bgAlpha="0"
	/>
	<itemsStyle
			margin="3"
	/>
	
	
	
	<!-- Comments and a short description of each parameter
	
	colorStyle:
		color_bg - The backgroundcolor of your scroller		
		
	stageStyle:
		sWidth - The width of your scroller
		sHeight - The height of your scroller
		stopOnOver - If "true" then the animation stops for a while. If set to "false" then it dont stop.
		stopForFrames - If "stopOnOver" is set to "true" the the animation stop for the number of frames you set here.	
	
	arrowStyle:
		aMargin - The place to the top and bottom of the scroller
		urlUpArrow - The URL where the image for the up arrow is located
		urlDownArrow - The URL where the image for the down arrow is located
	
	borderStyle:
		bColor - The color for the border
		bSize - The size for your border in pixel
		bTimer - The time to fade the border in when you roll over
		
	textStyle
		marginLeft - The place between the text and the left side of the scroller
		marginBottom - The place between the text and the bottom of the scroller
		embedFont - If set to "true" the font you set in the css file will be embedded.
					Arial is included in the project file. If you use another font please open the fla file and include the font into the library
		overColor - The color for the text when you roll over an item
		bgColor - The backgroundcolor for the textfield. This will only visible if you write a text in the config xml for the item.
		bgAlpha - The transparency for the background of the textfield.
		
	itemsStyle
		margin - the place between each item in pixel
	
	-->
</highlight_presenter>