var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=470070&docid=2565390&x=3241',
		'title': '',
		'imageId': '2565390',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=470070&docid=2565393&x=3241',
		'title': '',
		'imageId': '2565393',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=470070&docid=2565396&x=3241',
		'title': '',
		'imageId': '2565396',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=470070&docid=2565399&x=3241',
		'title': '',
		'imageId': '2565399',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=470070&docid=2565384&x=3241',
		'title': '',
		'imageId': '2565384',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=470070&docid=2565387&x=3241',
		'title': '',
		'imageId': '2565387',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=470070&docid=2565402&x=3241',
		'title': '',
		'imageId': '2565402',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #470070';

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