var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3949383&docid=68572017&x=258',
		'title': 'Ice Storage Box',
		'imageId': '68572017',
		'alt' : 'Ice Storage Box',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3949383&docid=68572026&x=258',
		'title': 'Ice Storage Box',
		'imageId': '68572026',
		'alt' : 'Ice Storage Box',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3949383&docid=68572034&x=258',
		'title': 'Connecting Parts',
		'imageId': '68572034',
		'alt' : 'Connecting Parts',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3949383&docid=68572037&x=258',
		'title': 'Connecting Parts',
		'imageId': '68572037',
		'alt' : 'Connecting Parts',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3949383';

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";
	})
}
