var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=924490&docid=7399049&x=2238',
		'title': '',
		'imageId': '7399049',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924490&docid=7399052&x=2238',
		'title': '',
		'imageId': '7399052',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924490&docid=7399057&x=2238',
		'title': '',
		'imageId': '7399057',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924490&docid=7399060&x=2238',
		'title': '',
		'imageId': '7399060',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924490&docid=7399064&x=2238',
		'title': '',
		'imageId': '7399064',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924490&docid=7399069&x=2238',
		'title': '',
		'imageId': '7399069',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924490&docid=7399072&x=2238',
		'title': '',
		'imageId': '7399072',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #924490';

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