var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4017534&docid=70173789&x=2253',
		'title': '',
		'imageId': '70173789',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017534&docid=70173776&x=2253',
		'title': '',
		'imageId': '70173776',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017534&docid=70173780&x=2253',
		'title': '',
		'imageId': '70173780',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017534&docid=70173778&x=2253',
		'title': '',
		'imageId': '70173778',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017534&docid=70173781&x=2253',
		'title': '',
		'imageId': '70173781',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017534&docid=70173787&x=2253',
		'title': '',
		'imageId': '70173787',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017534&docid=70173786&x=2253',
		'title': '',
		'imageId': '70173786',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4017534';

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