function getThumb(img){
	return img.replace('images/','_thumbs/Images/')
}
function checkCNTImages(){
	if ($(".cntimages").length > 0){
		$(".cntimages").each(function(i){ 
			$("#" + this.id).lightBox();
		});
	}
}
