﻿/*lbox-gallery*/
$(document).ready(function() {
	$('a.imagebox-webprojects').lightBox({fixedNavigation:true});
	$('a.imagebox-designprojects').lightBox({fixedNavigation:true});
	$('a.imagebox-photography').lightBox({fixedNavigation:true});
});

