var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3950062&docid=68586533&x=4544',
		'title': '',
		'imageId': '68586533',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950062&docid=68586539&x=4544',
		'title': '',
		'imageId': '68586539',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950062&docid=68586538&x=4544',
		'title': '',
		'imageId': '68586538',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950062&docid=68586535&x=4544',
		'title': '',
		'imageId': '68586535',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950062&docid=68586536&x=4544',
		'title': '',
		'imageId': '68586536',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950062&docid=68586534&x=4544',
		'title': '',
		'imageId': '68586534',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950062&docid=68586537&x=4544',
		'title': '',
		'imageId': '68586537',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3950062';

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