<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/library/screenshotbrowser.css" />
	</styles>
	
	<ScreenshotBrowserItem onblur="AddStyle( LastFocused ); AsyncEvent( 0.2, RemoveStyle( LastFocused ) );">
		<Image id="Screenshot" />
		<Panel class="ScreenshotItemDescRow" hittest="false">
			<Label id="Caption" hittest="false" />
			<Panel class="ScreenshotItemDescInnerRow" hittest="false" >
				<Label class="TimeCreated" text="#Screenshots_TimeTaken" hittest="false" />
				<Label class="ImageSize" text="#Screenshots_SizeOnDisk" hittest="false" />
			</Panel>
		</Panel>
	</ScreenshotBrowserItem>
</root>
