var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012496&docid=70016321&x=1939',
		'title': '',
		'imageId': '70016321',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012496&docid=70016320&x=1939',
		'title': '',
		'imageId': '70016320',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012496&docid=70016319&x=1939',
		'title': '',
		'imageId': '70016319',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012496&docid=70016325&x=1939',
		'title': '',
		'imageId': '70016325',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012496&docid=70016323&x=1939',
		'title': '',
		'imageId': '70016323',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012496&docid=70016322&x=1939',
		'title': '',
		'imageId': '70016322',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012496&docid=70016324&x=1939',
		'title': '',
		'imageId': '70016324',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012496';

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