var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012494&docid=70016237&x=1315',
		'title': '',
		'imageId': '70016237',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012494&docid=70016246&x=1315',
		'title': '',
		'imageId': '70016246',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012494&docid=70016247&x=1315',
		'title': '',
		'imageId': '70016247',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012494&docid=70016242&x=1315',
		'title': '',
		'imageId': '70016242',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012494&docid=70016244&x=1315',
		'title': '',
		'imageId': '70016244',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012494&docid=70016240&x=1315',
		'title': '',
		'imageId': '70016240',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012494&docid=70016236&x=1315',
		'title': '',
		'imageId': '70016236',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012494';

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