var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=914460&docid=7232463&x=612',
		'title': '',
		'imageId': '7232463',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914460&docid=7232460&x=612',
		'title': '',
		'imageId': '7232460',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914460&docid=7232466&x=612',
		'title': '',
		'imageId': '7232466',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914460&docid=7232448&x=612',
		'title': '',
		'imageId': '7232448',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914460&docid=7232456&x=612',
		'title': '',
		'imageId': '7232456',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #914460';

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