var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4024103&docid=70318934&x=1322',
		'title': '',
		'imageId': '70318934',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024103&docid=70318938&x=1322',
		'title': '',
		'imageId': '70318938',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024103&docid=70318935&x=1322',
		'title': '',
		'imageId': '70318935',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024103&docid=70318933&x=1322',
		'title': '',
		'imageId': '70318933',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024103&docid=70318936&x=1322',
		'title': '',
		'imageId': '70318936',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024103&docid=70318939&x=1322',
		'title': '',
		'imageId': '70318939',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024103&docid=70318937&x=1322',
		'title': '',
		'imageId': '70318937',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4024103';

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