/*
 js
*/

jQuery(document).ready(function(){
	jQuery('a.gallery').lightBox({fixedNavigation:true});
});


