var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4031578&docid=70259533&x=4637',
		'title': '',
		'imageId': '70259533',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031578&docid=70259535&x=4637',
		'title': '',
		'imageId': '70259535',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031578&docid=70259532&x=4637',
		'title': '',
		'imageId': '70259532',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031578&docid=70259534&x=4637',
		'title': '',
		'imageId': '70259534',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031578&docid=70259531&x=4637',
		'title': '',
		'imageId': '70259531',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4031578';

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