var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=932603&docid=7495393&x=3245',
		'title': '',
		'imageId': '7495393',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=932603&docid=7495397&x=3245',
		'title': '',
		'imageId': '7495397',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=932603&docid=7495400&x=3245',
		'title': '',
		'imageId': '7495400',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=932603&docid=7495410&x=3245',
		'title': '',
		'imageId': '7495410',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=932603&docid=7495413&x=3245',
		'title': '',
		'imageId': '7495413',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #932603';

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