var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3991980&docid=69530778&x=1337',
		'title': '',
		'imageId': '69530778',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991980&docid=69530781&x=1337',
		'title': '',
		'imageId': '69530781',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991980&docid=69530787&x=1337',
		'title': '',
		'imageId': '69530787',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991980&docid=69530790&x=1337',
		'title': '',
		'imageId': '69530790',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991980&docid=69530882&x=1337',
		'title': '',
		'imageId': '69530882',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991980&docid=69530921&x=1337',
		'title': '',
		'imageId': '69530921',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991980&docid=69530940&x=1337',
		'title': '',
		'imageId': '69530940',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3991980';

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