var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3997152&docid=69641420&x=3629',
		'title': '12\" X 24\" cutting area.',
		'imageId': '69641420',
		'alt' : '12\" X 24\" cutting area.',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3997152';

document.body.style.overflow = "hidden";
var closeElement = document.querySelector("#lightbox #close");
var closeLoadingElement = document.querySelector("#lightbox #closeLoading");

if (closeElement) {
	closeElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}

if (closeLoadingElement) {
	closeLoadingElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}
