var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4044871&docid=70489768&x=938',
		'title': 'Office Furniture',
		'imageId': '70489768',
		'alt' : 'Office Furniture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4044871&docid=70489766&x=938',
		'title': 'Desk &amp; Left Return',
		'imageId': '70489766',
		'alt' : 'Desk &amp; Left Return',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4044871&docid=70489767&x=938',
		'title': '5 Level Bookshelf',
		'imageId': '70489767',
		'alt' : '5 Level Bookshelf',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4044871&docid=70489765&x=938',
		'title': 'Lateral 2 Drawer Filing Cabinet',
		'imageId': '70489765',
		'alt' : 'Lateral 2 Drawer Filing Cabinet',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4044871';

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