var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3841929&docid=65971618&x=50',
		'title': '',
		'imageId': '65971618',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3841929&docid=65945906&x=50',
		'title': '',
		'imageId': '65945906',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3841929&docid=65945904&x=50',
		'title': '',
		'imageId': '65945904',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3841929&docid=65945903&x=50',
		'title': '',
		'imageId': '65945903',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3841929&docid=65945902&x=50',
		'title': '',
		'imageId': '65945902',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3841929&docid=65945901&x=50',
		'title': '',
		'imageId': '65945901',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3841929&docid=65945905&x=50',
		'title': '',
		'imageId': '65945905',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3841929';

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