<?xml version="1.0"?>
<viewer xmlns="http://www.issuu.com/viewer/1.0" backgroundColor="#ffffff" backgroundImage="#Background" backgroundSize="stretch">

	<skin source="skins.swf"/>
	
	<box direction="horizontal" horizontalAlign="center" verticalAlign="middle" left="0" right="0" top="15" depth="1">
	
		<button action="index" upState="#IndexButton_up" overState="#IndexButton_over" downState="#IndexButton_down" toolTip="Show em' all"/>
	
		<spacer width="20" />
	
		<button action="fullScreen" upState="#FullscreenButton_up" overState="#FullscreenButton_over" downState="#FullscreenButton_down" disabledState="#FullscreenButton_disabled" toolTip="All clear skies"/>
	
		<spacer width="25" />	
	
		<button action="pagePrevious" upState="#PreviousButton_up" overState="#PreviousButton_over" downState="#PreviousButton_down" disabledState="#PreviousButton_disabled" toolTip="To the past"/>   
	
		<spacer width="15" />
	
		<pageNumber top="24" fontSize="12" color="#3399cc" fontFamily="Arial, Verdana"/>
	
		<spacer width="10" />
	
		<button action="pageNext" upState="#NextButton_up" overState="#NextButton_over" downState="#NextButton_down" disabledState="#NextButton_disabled" toolTip="To the future"/>
	
		<spacer width="30" />
	
		<button action="share" upState="#ShareButton_up" overState="#ShareButton_over" downState="#ShareButton_down" toolTip="Share the puffy feeling"/>
	
		<spacer width="20" />
	
		<button action="print" upState="#PrintButton_up" overState="#PrintButton_over" downState="#PrintButton_down"/>
	
		<spacer width="20" />
	
		<button action="viewMode" upState="#ViewModeButton_up" overState="#ViewModeButton_over" downState="#ViewModeButton_down"/>
	</box>
	
	<dropp left="0" top="50" right="0" bottom="78"/>
	
	<image source="#sun" top="10" right="#droppContentRight"/>
	
	<image source="#cloud1" top="200" left="15" depth="-1"/>
	
	<image source="#cloud2" top="#droppContentCenter" right="#droppContentRight"/>
	
	<box direction="horizontal" horizontalAlign="center" verticalAlign="bottom" left="0" right="0" bottom="#viewerBottom:-30">	
		<image source="#grass1"/>
		<spacer width="20" />
		<image source="#grass2"/>
		<spacer width="30" />
		<image source="#grass2"/>
		<spacer width="40" />
		<image source="#grass1"/>
		<image source="#grass2"/>
		<spacer width="100" />
		<image source="#grass1"/>
	</box>
	
	<box direction="horizontal" horizontalAlign="center" verticalAlign="bottom" left="0" right="0" bottom="#viewerBottom:-50">	
		<image source="#grass1"/>
		<spacer width="200" />
		<image source="#grass2"/>
		<spacer width="100" />
		<image source="#grass1"/>
	</box>
	
	<dock left="0" right="0" bottom="10" height="80"/>

</viewer>