var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=899391&docid=7124820&x=2746',
		'title': '',
		'imageId': '7124820',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=899391&docid=7124823&x=2746',
		'title': '',
		'imageId': '7124823',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=899391&docid=7124826&x=2746',
		'title': '',
		'imageId': '7124826',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=899391&docid=7124830&x=2746',
		'title': '',
		'imageId': '7124830',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=899391&docid=7124836&x=2746',
		'title': '',
		'imageId': '7124836',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #899391';

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