var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3936301&docid=68271104&x=4250',
		'title': '',
		'imageId': '68271104',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3936301&docid=68271100&x=4250',
		'title': '',
		'imageId': '68271100',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3936301&docid=68271105&x=4250',
		'title': '',
		'imageId': '68271105',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3936301&docid=68271101&x=4250',
		'title': '',
		'imageId': '68271101',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3936301&docid=68271102&x=4250',
		'title': '',
		'imageId': '68271102',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3936301&docid=68271099&x=4250',
		'title': '',
		'imageId': '68271099',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3936301&docid=68271103&x=4250',
		'title': '',
		'imageId': '68271103',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3936301';

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