var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476378&docid=2602741&x=4130',
		'title': '',
		'imageId': '2602741',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476378&docid=2602738&x=4130',
		'title': '',
		'imageId': '2602738',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476378&docid=2602744&x=4130',
		'title': '',
		'imageId': '2602744',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476378&docid=2602747&x=4130',
		'title': '',
		'imageId': '2602747',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476378&docid=2602752&x=4130',
		'title': '',
		'imageId': '2602752',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476378';

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