<?xml version="1.0" encoding="iso-8859-1"?>
<!-- 
This is the XML from which the SWF file reads the following data:

image - the thumb image in the menu.
bigimage - the big image shown in Lightbox;  ignore it if you're not using Lightbox
url - the address to go to when clicking the image
target - _self - opens the url in the same browser page
	 - _blank - opens the url in a new browser page
	- a number - executes _root.gotoAndPlay(number); in Flash - available only in the commercial package
lightboxInfo - the description for the bigimage;  ignore it if you're not using Lightbox

The tooltip text is recorded as CDATA. You can use HTML tags like "<br>"
-->
<Carousel centeredImage="images/blank.gif" target="_blank">
	
	<photo image="images/2.png" bigimage="images/big/2.png" url="http://www.viscountplastics.co.nz/packaging/packaging_products#ezycan" target="_parent" lightboxInfo="EZY Can Range"><![CDATA[EZY Can Range]]></photo>
	<photo image="images/3.gif" bigimage="images/big/3.gif" url="http://www.viscountplastics.co.nz/materials_handling/crates/produce_crates#47L" target="_parent" lightboxInfo="47L Deep Nest Crate"><![CDATA[47L Deep Nest Crate]]></photo>
	<photo image="images/4.gif" bigimage="images/big/4.gif" url="http://www.viscountplastics.co.nz/packaging/packaging_products" target="_parent" lightboxInfo="Spacesaver Range"><![CDATA[Spacesaver Range]]></photo>
	
	<photo image="images/6.gif" bigimage="images/big/6.gif" url="http://www.viscountplastics.co.nz/materials_handling/crates/stacka_nesta_range" target="_parent" lightboxInfo="Nally No. 10 Stacka Nesta Crate"><![CDATA[Nally No. 10 <br/>Stacka Nesta Crate]]></photo>
	<photo image="images/7.gif" bigimage="images/big/7.gif" url="http://www.viscountplastics.co.nz/news___case_studies/nz_hortbin" target="_parent" lightboxInfo="NZ HortBinŽ"><![CDATA[NZ HortBinŽ]]></photo>
</Carousel>