$(document).ready(
	function()
	{
		$.slideshow(
			{
				container : 'slideShow',
				loader: 'img/loader.gif',
				linksClass: 'pagelinks',
				fadeDuration : 400,
				activeLinkClass: 'activeSlide',
				nextslideClass: 'nextSlide',
				prevslideClass: 'prevSlide',
				captionClass: 'slideCaption',
				autoplay: 10,
				random: false,
				images : [
					{
						src: 'img/clients/powerforce_logo.jpg',
						caption: '<h3>PowerForce</h3><p>Powerforce is a Field Marketing division of The Blueprint Group. This area of the business employs in excess of 1100 people nationally and offers regional, state & national coverage. Powerforce works in all accounts, transgressing across grocery, retail & route channels.</p><a href="http://www.PowerForce.com.au/powerforce.asp">Read More</a>'
					},
					{
						src: 'img/clients/relayforce_logo.jpg',
						caption: '<h3>RelayForce</h3><p>Our RelayForce team is completely accountable for the timely & efficient implementation of planograms in all accounts, across all categories, without disrupting the day-to-day merchandising requirements of our clients and their products.</p><a href="http://www.PowerForce.com.au/relayforce.asp">Read More</a>'
					},
					
					{
						src: 'img/clients/retailfacts.jpg',
						caption: '<h3>Retail*Facts</h3><p>Retail*Facts provides its clients with key information required to develop their business. We adapt specialised requirements that our clients have for data collection, analysis and report formulation. Retail*Facts targeted evaluation of data provides a sound foundation for ...</p><a href="http://www.PowerForce.com.au/retailfacts.asp">Read More</a>'
					}
				]
			}
		)
		
	}
);

