var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855852&x=628',
		'title': '',
		'imageId': '69855852',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855851&x=628',
		'title': '',
		'imageId': '69855851',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855850&x=628',
		'title': 'Front Tire',
		'imageId': '69855850',
		'alt' : 'Front Tire',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855854&x=628',
		'title': '',
		'imageId': '69855854',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855858&x=628',
		'title': '',
		'imageId': '69855858',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855856&x=628',
		'title': '',
		'imageId': '69855856',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855853&x=628',
		'title': '',
		'imageId': '69855853',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855849&x=628',
		'title': '',
		'imageId': '69855849',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855857&x=628',
		'title': '',
		'imageId': '69855857',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855855&x=628',
		'title': 'Rear Tire\n',
		'imageId': '69855855',
		'alt' : 'Rear Tire\n',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005831&docid=69855859&x=628',
		'title': '',
		'imageId': '69855859',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4005831';

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