var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4022334&docid=70283224&x=4224',
		'title': '',
		'imageId': '70283224',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022334&docid=46996909&x=4224',
		'title': '',
		'imageId': '46996909',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022334&docid=46996910&x=4224',
		'title': '',
		'imageId': '46996910',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022334&docid=46996906&x=4224',
		'title': '',
		'imageId': '46996906',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022334&docid=46996907&x=4224',
		'title': '',
		'imageId': '46996907',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022334&docid=70283228&x=4224',
		'title': '',
		'imageId': '70283228',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022334&docid=70283229&x=4224',
		'title': '',
		'imageId': '70283229',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4022334';

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