var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467836&docid=2543333&x=3056',
		'title': '',
		'imageId': '2543333',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467836&docid=2543336&x=3056',
		'title': '',
		'imageId': '2543336',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467836&docid=2543339&x=3056',
		'title': '',
		'imageId': '2543339',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467836&docid=2543342&x=3056',
		'title': '',
		'imageId': '2543342',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467836&docid=2543345&x=3056',
		'title': '',
		'imageId': '2543345',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467836';

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