$(document).ready(function(){
	$.ImageBox.init(
		{
			loaderSRC: 'images/loading.png',
			closeHTML: '<b>Exit</b>'
		}
	);
});
