var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3993567&docid=69571121&x=5317',
		'title': '',
		'imageId': '69571121',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993567&docid=69571122&x=5317',
		'title': '',
		'imageId': '69571122',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993567&docid=69571119&x=5317',
		'title': '',
		'imageId': '69571119',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993567&docid=69571117&x=5317',
		'title': '',
		'imageId': '69571117',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993567&docid=69571120&x=5317',
		'title': '',
		'imageId': '69571120',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993567&docid=69571123&x=5317',
		'title': '',
		'imageId': '69571123',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993567&docid=69571118&x=5317',
		'title': '',
		'imageId': '69571118',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3993567';

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