$(document).ready(function(){
	$('#text img').jcaption();
	$('#topPhoto img').jcaption({
		copyStyle: true,
		animate: true,
		show: {height: "show"},
		hide: {height: "hide"}
	});

});
