var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3994994&docid=69823447&x=2647',
		'title': '',
		'imageId': '69823447',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994994&docid=69823451&x=2647',
		'title': '',
		'imageId': '69823451',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994994&docid=69823445&x=2647',
		'title': '',
		'imageId': '69823445',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994994&docid=69823446&x=2647',
		'title': '',
		'imageId': '69823446',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994994&docid=69823450&x=2647',
		'title': '',
		'imageId': '69823450',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994994&docid=69823448&x=2647',
		'title': '',
		'imageId': '69823448',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994994&docid=69823449&x=2647',
		'title': '',
		'imageId': '69823449',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3994994';

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