var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3948319&docid=68547157&x=00',
		'title': 'FMC Signature Series ',
		'imageId': '68547157',
		'alt' : 'FMC Signature Series ',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3948319&docid=68547156&x=00',
		'title': 'Back photo',
		'imageId': '68547156',
		'alt' : 'Back photo',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3948319&docid=68547155&x=00',
		'title': 'Front Picture',
		'imageId': '68547155',
		'alt' : 'Front Picture',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3948319';

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