var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4018323&docid=70183904&x=2232',
		'title': '',
		'imageId': '70183904',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018323&docid=70183901&x=2232',
		'title': '',
		'imageId': '70183901',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018323&docid=70183903&x=2232',
		'title': '',
		'imageId': '70183903',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018323&docid=70183905&x=2232',
		'title': '',
		'imageId': '70183905',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018323&docid=70183902&x=2232',
		'title': '',
		'imageId': '70183902',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018323&docid=70183908&x=2232',
		'title': '',
		'imageId': '70183908',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018323&docid=70183912&x=2232',
		'title': '',
		'imageId': '70183912',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018323&docid=70183900&x=2232',
		'title': '',
		'imageId': '70183900',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4018323';

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