<data>
	<!-- IMPORTANT NOTES:

		* When upgrading the Featurific for Wordpress plugin, changes to your templates **will be overwritten**.  To avoid
			losing your changes, save your modified templates before upgrading the plugin.  Then, upgrade the plugin, and
			finally, restore your modified templates.

		* Featurific for Wordpress generates the data*.xml file every x minutes (e.g. 10 minutes by default).  The next time
			the data*.xml file is generated, your changes to this template will be visible.  However, if you wish to see your
			changes more immediately, access the Featurific Settings page (Settings->Featurific), and hit the "Update Options"
			button at the bottom without changing any of your settings.  Doing so forces a regeneration of the data*.xml file,
			so you can see the result of your modifications immediately.
	-->

	<!-- Notes about this template.  Use any HTML you like, but use '[' and ']' to define your tags.  (e.g. [h4]Notes[/h4])  To use the literals '[' and ']', use '&#91;' and '&#93;', respectively. -->
	<notes>
		A small gallery suitable for sites low on screen real-estate.  Works well in a sidebar.[br/]
		[b]Optional[/b] custom fields available for post-specific override:[br/]
			[ul]
				[li]url
				[li]screen_duration
				[li]image_1
				[li]post_title
				[li]post_excerpt
				[li]categories
			[/ul]
			[a href='http://featurific.com']Designed by Rich Christiansen[/a].
	</notes>

	<size width="150" height="200"/>
	
	<controlpanel>
		<button type="play"/>
		<button type="pause"/>
		<button type="previous"/>
		<button type="next"/>
	</controlpanel>


	<screen url="%url%" duration="%screen_duration%" transition="fade">
		<!-- Main image.  Note that we use the 'max' resize type so that the image is guaranteed to fit in the display area. -->
		<image filename="%image_1%" x="0" y="0" width="150" height="200" resizetype="max"/>
		<default name="image_1" value="templates/common/boxyDefault.jpg"/>
		
		<!-- Lighter grey portion, behind text.  Note that this lighter grey portion is listed *after* the main image.  This will cause the main image to be cropped by the lighter grey portion.  This is necessary since we're using the 'min' resize type on the main image. -->
		<image filename="templates/common/greyF5.png" x="0" y="0" width="150" height="200" resizetype="exact" animatefromx="1500" animatefromy="0" animationspeed="5"/>
		
		<text x="5" y="0" width="140" animatefromx="1500" animatefromy="0" animationspeed="5">
			<line fontsize="14" fontstyle="bold" fontcolor="black" text="%post_title%"/>
			<line fontsize="10" fontcolor="black" text="%post_excerpt% (Read More)..."/>
			<line fontsize="8" fontstyle="bold" fontcolor="black" text="Posted in: %categories%"/>
		</text>
	</screen>

</data>
