
$(document).ready(function() {
 $("#conStart").click(function() {
		$.fancybox([
			{
    'href' : '/images/construction/const1.jpg',
    'title' : 'Our project getting started.'
   },
			{
    'href' : '/images/construction/const2.jpg',
    'title' : 'How to create a memorial cenotaph park.'
   },
   {
    'href' : '/images/construction/const3.jpg',
    'title' : 'The trucks roll in...'
   },
   {
 'href' : '/images/construction/const4.jpg',
    'title' : 'Equipment to move materials, so many machines.'
   },
   {
    'href' : '/images/construction/const5.jpg',
    'title' : 'Building can\'t happen without some discussion.'
   },
   {
    'href' : '/images/construction/const6.jpg',
    'title' : 'Materials start to pile up.'
   },
   {
    'href' : '/images/construction/const7.jpg',
    'title' : 'The trucks need to be unloaded.'
   },
   {
    'href' : '/images/construction/const8.jpg',
    'title' : 'The trucks keep rolling.'
   },
   {
    'href' : '/images/construction/const9.jpg',
    'title' : 'It takes a lot of bricks to make a park.'
   },
   {
    'href' : '/images/construction/const10.jpg',
    'title' : 'Unloading the bricks...'
   },
   {
    'href' : '/images/construction/const11.jpg',
    'title' : 'Forms are in, the pour begins.'
   },
   {
    'href' : '/images/construction/const12.jpg',
    'title' : 'What walls are made of..'
   },
   {
    'href' : '/images/construction/const13.jpg',
    'title' : 'Long view of the pour process.'
   },
   {
    'href' : '/images/construction/const14.jpg',
    'title' : 'A closer inspection of the forms being filled.'
   },
   {
    'href' : '/images/construction/const15.jpg',
    'title' : 'A plug for concrete pumping, they do good work.'
   }
		], {
			'padding'			    : 0,
			'transitionIn'		: 'none',
			'transitionOut'	: 'none',
			'type'          : 'image',
   'titlePosition' : 'inside',
			'changeFade'    : 0
		});
});
});


