var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3942555&docid=68404952&x=4957',
		'title': '',
		'imageId': '68404952',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3942555&docid=68404957&x=4957',
		'title': '',
		'imageId': '68404957',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3942555&docid=68404958&x=4957',
		'title': '',
		'imageId': '68404958',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3942555&docid=68404961&x=4957',
		'title': '',
		'imageId': '68404961',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3942555&docid=68404964&x=4957',
		'title': '',
		'imageId': '68404964',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3942555&docid=68404968&x=4957',
		'title': '',
		'imageId': '68404968',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3942555&docid=68404949&x=4957',
		'title': '',
		'imageId': '68404949',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3942555';

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