var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=474114&docid=2593886&x=5655',
		'title': '',
		'imageId': '2593886',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=474114&docid=2593891&x=5655',
		'title': '',
		'imageId': '2593891',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=474114&docid=2593894&x=5655',
		'title': '',
		'imageId': '2593894',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=474114&docid=2593900&x=5655',
		'title': '',
		'imageId': '2593900',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=474114&docid=2593905&x=5655',
		'title': '',
		'imageId': '2593905',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=474114&docid=2593908&x=5655',
		'title': '',
		'imageId': '2593908',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=474114&docid=2593912&x=5655',
		'title': '',
		'imageId': '2593912',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #474114';

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