$(function(){
	$(".image-viewer").click(function() {
		tb_show(null, $(this).attr('href') + "imageonly/true/?height=480&width=640");//pass where to apply thickbox
		return false;
	});
});