
			window.RokSlideshowPath = '';
 
			var myshow;
			window.addEvent('load', function(){
				var imgs = [];
 
imgs.push({file:'5_p1010020.jpg', title: '2004 Hyundai Santa Fe ', desc: 'Mileage: 78,000 &nbsp; - &nbsp; Price: $7,500', url: 'http://auto.pcc-services.com/index.php?action=listingview&listingID=5'}); 

imgs.push({file:'4_p1010002.jpg', title: '2001 Ford Windstar ', desc: 'Mileage: 128,000 &nbsp; - &nbsp; Price: $3,250', url: 'http://auto.pcc-services.com/index.php?action=listingview&listingID=4'}); 

imgs.push({file:'3_2009jeepwrangler2.jpg', title: '2009 Jeep Wrangler X', desc: 'Mileage: 3,600 &nbsp; - &nbsp; Price: $22,900', url: 'http://auto.pcc-services.com/index.php?action=listingview&listingID=3'}); 

				myshow = new Slideshow('slideshow', { 
					type: 'combo',
					showTitleCaption: 1,
					captionHeight: 45,
					width: 525, 
					height: 350, 
					pan: 20,
					zoom: 30,
					loadingDiv: 1,
					resize: true,
					duration: [2000, 9000],
					transition: Fx.Transitions.Expo.easeOut,
					images: imgs, 
					path: '/images/listing_photos/'
				});
 
				myshow.caps.h2.setStyles({
					color: '#fff',
					fontSize: '16px'
				});
				myshow.caps.p.setStyles({
					color: '#ccc',
					fontSize: '14px'
				});
			});
 



