﻿window.addEvent('domready',function() {	
	// Main page slideshow gallery
	var imgs = 
	{
      'Bathroom.jpg': { caption: 'Bathroom renovations.' }, 
      'Kitchen.jpg': { caption: 'Kitchen renovations.' },
      'commercial.jpg': { caption: 'Commercial renovations.' },
      'kitchen2.jpg': { caption: 'Kitchen renovations.' },
      'livingroom.jpg': { caption: 'Living Room renovations.' },
      'kitchen2.jpg': { caption: 'Kitchen renovations.' },
      'livingroom2.jpg': { caption: 'Living Room renovations.' }
    };
    
	var show = new Slideshow.Push('images', imgs, 
	{ 
	    captions: true, controller: true,
	    delay: 300000, duration: 2000, 
	    height: 570, hu: 'images/slideshow/home', 
	    transition: 'back:out',
	    width: 854, zoom: 50
	});
});
