var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3957276&docid=68755495&x=1234',
		'title': '',
		'imageId': '68755495',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3957276&docid=68755489&x=1234',
		'title': '',
		'imageId': '68755489',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3957276&docid=68755496&x=1234',
		'title': '',
		'imageId': '68755496',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3957276&docid=68755490&x=1234',
		'title': '',
		'imageId': '68755490',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3957276&docid=68755491&x=1234',
		'title': '',
		'imageId': '68755491',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3957276&docid=68755493&x=1234',
		'title': '',
		'imageId': '68755493',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3957276&docid=68755492&x=1234',
		'title': '',
		'imageId': '68755492',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3957276';

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