var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012485&docid=70016060&x=2140',
		'title': '',
		'imageId': '70016060',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012485&docid=70016061&x=2140',
		'title': '',
		'imageId': '70016061',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012485&docid=70016066&x=2140',
		'title': '',
		'imageId': '70016066',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012485&docid=70016070&x=2140',
		'title': '',
		'imageId': '70016070',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012485&docid=70016064&x=2140',
		'title': '',
		'imageId': '70016064',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012485&docid=70016058&x=2140',
		'title': '',
		'imageId': '70016058',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012485&docid=70016069&x=2140',
		'title': '',
		'imageId': '70016069',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012485';

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