var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4000524&docid=69731298&x=5749',
		'title': '',
		'imageId': '69731298',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000524&docid=69731304&x=5749',
		'title': '',
		'imageId': '69731304',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000524&docid=69731299&x=5749',
		'title': '',
		'imageId': '69731299',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000524&docid=69731301&x=5749',
		'title': '',
		'imageId': '69731301',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000524&docid=69731300&x=5749',
		'title': '',
		'imageId': '69731300',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000524&docid=69731295&x=5749',
		'title': '',
		'imageId': '69731295',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000524&docid=69731302&x=5749',
		'title': '',
		'imageId': '69731302',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000524&docid=69731303&x=5749',
		'title': '',
		'imageId': '69731303',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4000524';

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