var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3987284&docid=69435001&x=1646',
		'title': '',
		'imageId': '69435001',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987284&docid=69435006&x=1646',
		'title': '',
		'imageId': '69435006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987284&docid=69435005&x=1646',
		'title': '',
		'imageId': '69435005',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987284&docid=69435007&x=1646',
		'title': '',
		'imageId': '69435007',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987284&docid=69435003&x=1646',
		'title': '',
		'imageId': '69435003',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987284&docid=69435004&x=1646',
		'title': '',
		'imageId': '69435004',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987284&docid=69435002&x=1646',
		'title': '',
		'imageId': '69435002',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3987284';

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