var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3982237&docid=69310786&x=1234',
		'title': '',
		'imageId': '69310786',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3982237&docid=69310787&x=1234',
		'title': '',
		'imageId': '69310787',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3982237&docid=69310788&x=1234',
		'title': '',
		'imageId': '69310788',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3982237&docid=69310789&x=1234',
		'title': '',
		'imageId': '69310789',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3982237&docid=69310790&x=1234',
		'title': '',
		'imageId': '69310790',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3982237&docid=69310791&x=1234',
		'title': '',
		'imageId': '69310791',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3982237&docid=69310792&x=1234',
		'title': '',
		'imageId': '69310792',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3982237';

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