jQuery(document).ready(function() {
		$('.lightbox').lightBox();
		$('#titu').click(function(){
					$('#titu').val('');
		});
});
