var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467833&docid=2543029&x=3239',
		'title': '',
		'imageId': '2543029',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467833&docid=2543033&x=3239',
		'title': '',
		'imageId': '2543033',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467833&docid=2543036&x=3239',
		'title': '',
		'imageId': '2543036',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467833&docid=2543039&x=3239',
		'title': '',
		'imageId': '2543039',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467833&docid=2543042&x=3239',
		'title': '',
		'imageId': '2543042',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467833';

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