$(document).ready(function() {
 $("#apcDiv").click(function() {
		$.fancybox([
			{
    'href' : '/images/apc.jpg',
    'title' : 'Shown is Dan Corbeil and the new Armoured Personnel Carrier delivered by Barletts Towing and the Near North Truck Centre.'
   }
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
                        'titlePosition' : 'inside',
			'changeFade'        : 0
		});
});
});


