$(function(){
	$('#cardList .image a').lightBox({
		txtImage: '',
		txtOf: '/'
	});
});