var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4002936&docid=69783014&x=3812',
		'title': '',
		'imageId': '69783014',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002936&docid=69783015&x=3812',
		'title': '',
		'imageId': '69783015',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002936&docid=69783013&x=3812',
		'title': '',
		'imageId': '69783013',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002936&docid=69783009&x=3812',
		'title': '',
		'imageId': '69783009',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002936&docid=69783010&x=3812',
		'title': '',
		'imageId': '69783010',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002936&docid=69783011&x=3812',
		'title': '',
		'imageId': '69783011',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002936&docid=69783012&x=3812',
		'title': '',
		'imageId': '69783012',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4002936';

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