var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3842142&docid=65950592&x=5246',
		'title': '',
		'imageId': '65950592',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3842142&docid=65950590&x=5246',
		'title': '',
		'imageId': '65950590',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3842142&docid=65950593&x=5246',
		'title': '',
		'imageId': '65950593',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3842142&docid=65950588&x=5246',
		'title': '',
		'imageId': '65950588',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3842142&docid=65950589&x=5246',
		'title': '',
		'imageId': '65950589',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3842142&docid=65950591&x=5246',
		'title': '',
		'imageId': '65950591',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3842142&docid=65950594&x=5246',
		'title': '',
		'imageId': '65950594',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3842142';

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