$(document).ready(function() {
        $(".thumbList>a").attr("rel", "imagebox-bw");
        $.ImageBox.init({
				loaderSRC: '/wp-content/themes/aozcannet/img/imgBox/loading.gif',
				closeHTML: '<img src="/wp-content/themes/aozcannet/img/imgBox/close.jpg" style="border:none !important;" />'
		});
});

