/**
 * @author botonddani
 */
$(document).ready(function(){
	$("a.gallery").lightBox({
		fixedNavigation:true
	});
});

