var varArray = [
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4044868/70490101?x=3910',
		'title': 'Office Furniture',
		'imageId': '70490101',
		'alt' : 'Office Furniture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4044868/70490104?x=3910',
		'title': 'Desk',
		'imageId': '70490104',
		'alt' : 'Desk',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4044868/70490103?x=3910',
		'title': '5 Level Bookshelf',
		'imageId': '70490103',
		'alt' : '5 Level Bookshelf',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4044868/70490102?x=3910',
		'title': 'Small Round Office Table',
		'imageId': '70490102',
		'alt' : 'Small Round Office Table',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4044868';

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