var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=417926&docid=2121642&x=4335',
		'title': '',
		'imageId': '2121642',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=417926&docid=2121645&x=4335',
		'title': '',
		'imageId': '2121645',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=417926&docid=2598927&x=4335',
		'title': '',
		'imageId': '2598927',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=417926&docid=2598921&x=4335',
		'title': '',
		'imageId': '2598921',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=417926&docid=2598924&x=4335',
		'title': '',
		'imageId': '2598924',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=417926&docid=2121643&x=4335',
		'title': '',
		'imageId': '2121643',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=417926&docid=2121644&x=4335',
		'title': '',
		'imageId': '2121644',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #417926';

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