

$ (function() {

	/*
		Really wanted to do this all dynamically but couldnt seem to group all the links to be part of the same gallery... 
		unfortunately havent got enough time to spending on this.
	*/
    
    //var shadowLinks = $('#projectGallery a');
    var shadowOptions = {
        keysClose:          [27], //esc
        overlayColor:		'#0c174d'
		//skipSetup: true
    };
    var projectOptions = {
		title:				'wtf',
		gallery:			'galleryName',
        keysClose:          [27], //esc
        overlayColor:		'#0c174d'
    }
    Shadowbox.init(shadowOptions);
	//Shadowbox.setup(shadowLinks, projectOptions);
    
});
