var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4011231&docid=69988075&x=5431',
		'title': '',
		'imageId': '69988075',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011231&docid=69988081&x=5431',
		'title': '',
		'imageId': '69988081',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011231&docid=69988079&x=5431',
		'title': '',
		'imageId': '69988079',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011231&docid=69988076&x=5431',
		'title': '',
		'imageId': '69988076',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011231&docid=69988080&x=5431',
		'title': '',
		'imageId': '69988080',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011231&docid=69988078&x=5431',
		'title': '',
		'imageId': '69988078',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011231&docid=69988077&x=5431',
		'title': '',
		'imageId': '69988077',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4011231';

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